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