Browse Source

代码优化

wangyu 6 years ago
parent
commit
b870ca0034
1 changed files with 1 additions and 1 deletions
  1. 1 1
      icss-service/src/main/java/com/diagbot/vo/PatientInfoVO.java

+ 1 - 1
icss-service/src/main/java/com/diagbot/vo/PatientInfoVO.java

@@ -16,5 +16,5 @@ public class PatientInfoVO {
     @NotNull(message = "请输入病人编码")
     private String patientCode;
     @NotNull(message = "请输入医院编码")
-    private String hosptialCode;
+    private String hospitalCode;
 }