242 检验项目设置-》检验项目:费用套餐/下级医技类型字段两列无数据

This commit is contained in:
2026-03-19 15:54:53 +08:00
parent dc1366890f
commit 68c0c098c8
5 changed files with 72 additions and 14 deletions

View File

@@ -90,6 +90,12 @@ public class ActivityDefinition extends HisBaseEntity {
/** 服务范围 */
private String serviceRange;
/** 检验类型ID关联 inspection_type 表) */
/** 检验类型ID关联 inspection_type 表parent_id 为空的大类 */
private Long inspectionTypeId;
/** 费用套餐ID关联 inspection_basic_information 表) */
private Long feePackageId;
/** 下级医技类型ID关联 inspection_type 表parent_id 不为空的子类) */
private Long subItemId;
}