feat: Bug #597 - 住院医嘱增加备注字段

This commit is contained in:
2026-05-28 11:00:38 +08:00
parent 83d2e98b2b
commit fbdcd815bd
5 changed files with 28 additions and 0 deletions

View File

@@ -173,4 +173,9 @@ public class ServiceRequest extends HisBaseEntity {
*/
private Integer generateSourceEnum;
/**
* 备注最长50字
*/
private String remark;
}