242 检验项目设置-》检验项目:费用套餐/下级医技类型字段两列无数据
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user