feat: Bug #597 - 新增医嘱弹窗添加备注字段 + 查询返回remark

This commit is contained in:
2026-05-28 11:24:59 +08:00
parent fbdcd815bd
commit 2e267b4353
4 changed files with 25 additions and 3 deletions

View File

@@ -250,4 +250,9 @@ public class AdviceBaseDto {
* 是否缺少取药科室配置(仅药品类型使用)
*/
private Boolean pharmacyConfigMissing;
/**
* 备注最长50字
*/
private String remark;
}

View File

@@ -50,4 +50,9 @@ public class RegRequestBaseDto extends RequestBaseDto {
private String doseUnitCode;
private String doseUnitCode_dictText;
/**
* 备注最长50字
*/
private String remark;
}