Browse Source

添加区县

zhangbin 1 year ago
parent
commit
03f44abdbe
1 changed files with 4 additions and 0 deletions
  1. 4 0
      nbjk-service/src/main/java/com/miaxis/exam/dto/ExamInfoDto.java

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

@@ -34,7 +34,11 @@ public class ExamInfoDto {
     @ApiModelProperty(value = "城市名称")
     @ApiModelProperty(value = "城市名称")
     private String city;
     private String city;
 
 
+    @ApiModelProperty(value = "区县ID")
+    private String countyId;
 
 
+    @ApiModelProperty(value = "区县名称")
+    private String county;