套餐设置套餐管理完善

This commit is contained in:
2026-02-03 14:03:07 +08:00
parent 3acf8ad50a
commit 3d31b3482a
4 changed files with 136 additions and 80 deletions

View File

@@ -31,6 +31,10 @@ public class InspectionType {
/** 所属科室 */
private String department;
/** 父类ID为空表示是大类有值表示是子类 */
@TableField("parent_id")
private Long parentId;
/** 排序 */
@TableField("\"order\"")
private Integer sortOrder;