소스 검색

在校人数

夏文涛 2 년 전
부모
커밋
3d83a84123
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/java/com/template/model/pojo/SmartSchool.java

+ 0 - 1
src/main/java/com/template/model/pojo/SmartSchool.java

@@ -60,7 +60,6 @@ public class SmartSchool implements Serializable {
     private String officialName;
 
     @ApiModelProperty(value = "在校人数")
-    @NotNull(message = "在校人数不能为空")
     private Integer studentCount;
 
     @ApiModelProperty(value = "APPID")