Commit b1181110bcd1685ceeb4190118155986156de496

Authored by jiangjiazhi
1 parent aa8e488442

1

Showing 2 changed files with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExAddRequest.java View file @ b118111
... ... @@ -67,6 +67,7 @@
67 67 //指导
68 68 private String guide;
69 69 //产检医生
  70 + @NotEmpty(message = "产检医生不能为空")
70 71 private String checkDoctor;
71 72 //产检日期
72 73 private String checkDate;
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java View file @ b118111
... ... @@ -118,6 +118,7 @@
118 118 //指导意见
119 119 private String guide;
120 120 //产检 医生
  121 + @NotEmpty(message = "产检医生不能为空")
121 122 private String prodDoctor;
122 123 //产检日期
123 124 private String checkTime;