医嘱定义表加字段

This commit is contained in:
Wang.Huan
2025-03-18 11:45:16 +08:00
parent 41e9d825eb
commit 2a1b396fe6
7 changed files with 37 additions and 32 deletions

View File

@@ -38,6 +38,9 @@ public class Medication extends HisBaseEntity {
/** 所属科室 */
private Long orgId;
/** 所在位置 */
private Long locationId;
/** 剂型 */
private String doseFormCode;