tb_patientitems添加analyse字段 tb_patient添加auditStatus、inspectionOpinion
This commit is contained in:
parent
b5ad59b368
commit
2021485207
@ -83,6 +83,6 @@ public class InspectPatientPageReqVO extends PageParam {
|
||||
private Integer auditStatus;
|
||||
|
||||
@Schema(description = "总检意见")
|
||||
private Integer inspectionOpinion;
|
||||
private String inspectionOpinion;
|
||||
|
||||
}
|
@ -104,6 +104,6 @@ public class InspectPatientRespVO {
|
||||
|
||||
@Schema(description = "总检意见")
|
||||
@ExcelProperty("总检意见")
|
||||
private Integer inspectionOpinion;
|
||||
private String inspectionOpinion;
|
||||
|
||||
}
|
@ -79,6 +79,6 @@ public class InspectPatientSaveReqVO {
|
||||
private Integer auditStatus;
|
||||
|
||||
@Schema(description = "总检意见")
|
||||
private Integer inspectionOpinion;
|
||||
private String inspectionOpinion;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user