新增了病历表中的一个检查次数字段1
This commit is contained in:
parent
bcccd69927
commit
a0aa28ee88
@ -44,6 +44,10 @@ public class MedicalRecordDetailVO {
|
||||
@NotNull(message = "治疗类型 不能为空")
|
||||
private String caseType;
|
||||
|
||||
@ApiModelProperty(value = "治疗次数")
|
||||
@NotNull(message = "治疗次数 不能为空")
|
||||
private String treatmentNum;
|
||||
|
||||
@ApiModelProperty(value = "主要诊断", required = true)
|
||||
@NotNull(message = "主要诊断 不能为空")
|
||||
private String mainDiagnose;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user