320 手术管理-》门诊手术安排:新增手术安排界面的就诊卡号取值错误

This commit is contained in:
Ranyunqiao
2026-04-03 10:45:19 +08:00
parent 22de02f132
commit 35b8a7d10a
8 changed files with 42 additions and 15 deletions

View File

@@ -37,6 +37,10 @@ public class OpSchedule extends HisBaseEntity {
/** 就诊ID */
private Long visitId;
/** 就诊卡号 */
@TableField(exist = false)
private String identifierNo;
/** 手术编码 */
private String operCode;