患者体检项目表新增 体检单元名称
This commit is contained in:
parent
d4003eaafd
commit
1e32f4ebb9
@ -78,4 +78,7 @@ public class InspectPatientitemsPageReqVO extends PageParam {
|
|||||||
|
|
||||||
@Schema(description = "饭前或者饭后标识 内容: 饭前 饭后")
|
@Schema(description = "饭前或者饭后标识 内容: 饭前 饭后")
|
||||||
private String mealfrontorafter;
|
private String mealfrontorafter;
|
||||||
|
|
||||||
|
@Schema(description = "体检单元名称")
|
||||||
|
private String moduleName;
|
||||||
}
|
}
|
||||||
@ -94,5 +94,6 @@ public class InspectPatientitemsRespVO {
|
|||||||
@Schema(description = "饭前或者饭后标识 内容: 饭前 饭后")
|
@Schema(description = "饭前或者饭后标识 内容: 饭前 饭后")
|
||||||
private String mealfrontorafter;
|
private String mealfrontorafter;
|
||||||
|
|
||||||
|
@Schema(description = "体检单元名称")
|
||||||
|
private String moduleName;
|
||||||
}
|
}
|
||||||
@ -80,4 +80,7 @@ public class InspectPatientitemsSaveReqVO {
|
|||||||
|
|
||||||
@Schema(description = "饭前或者饭后标识 内容: 饭前 饭后")
|
@Schema(description = "饭前或者饭后标识 内容: 饭前 饭后")
|
||||||
private String mealfrontorafter;
|
private String mealfrontorafter;
|
||||||
|
|
||||||
|
@Schema(description = "体检单元名称")
|
||||||
|
private String moduleName;
|
||||||
}
|
}
|
||||||
@ -135,5 +135,9 @@ public class InspectPatientitemsDO {
|
|||||||
@TableField("mealfrontorafter")
|
@TableField("mealfrontorafter")
|
||||||
private String mealfrontorafter;
|
private String mealfrontorafter;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 体检单元名称
|
||||||
|
* */
|
||||||
|
@TableField("moduleName")
|
||||||
|
private String moduleName;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user