Browse Source

考场会员接口修改

小么熊🐻 1 year ago
parent
commit
1a6dd82560
1 changed files with 11 additions and 0 deletions
  1. 11 0
      nbjk-service/src/main/java/com/miaxis/exam/dto/ExamInfoDto.java

+ 11 - 0
nbjk-service/src/main/java/com/miaxis/exam/dto/ExamInfoDto.java

@@ -19,9 +19,20 @@ public class ExamInfoDto {
     @ApiModelProperty(value = "考场名称")
     private String name;
 
+    @ApiModelProperty(value = "省份ID")
+    private String provinceId;
+
+    @ApiModelProperty(value = "省份名称")
+    private String province;
+
     @ApiModelProperty(value = "城市ID")
     private String cityId;
 
+    @ApiModelProperty(value = "城市名称")
+    private String city;
+
+
+
 
 
 }