Browse Source

页面顶部信息接口修改

rengb 5 years ago
parent
commit
1b27a57051

+ 2 - 4
aipt-service/src/main/java/com/diagbot/vo/GetTopPatientInfoDjVO.java

@@ -40,8 +40,7 @@ public class GetTopPatientInfoDjVO {
     /**
      * 医院医生编号
      */
-    @ApiModelProperty(value = "医院医生编号", required = true)
-    @NotBlank(message = "医院医生编号必填")
+    @ApiModelProperty(value = "医院医生编号")
     private String doctorCode;
 
     /**
@@ -54,8 +53,7 @@ public class GetTopPatientInfoDjVO {
     /**
      * 门诊号
      */
-    @ApiModelProperty(value = "门诊号", required = true)
-    @NotBlank(message = "门诊号必填")
+    @ApiModelProperty(value = "门诊号")
     private String recordId;