feat: 增加包装关系批量录入模型

This commit is contained in:
2026-08-17 21:26:10 +08:00
parent a07922a3d3
commit 9e2c5d04d3
4 changed files with 263 additions and 0 deletions

View File

@@ -316,6 +316,7 @@ const LMS_DICT = {
BOX_POINT_TYPE: 'box_point_type', // 装箱点位类型
BOX_POINT_STATUS: 'box_point_status', // 装箱点位状态
BOX_POINT_DEPTH: 'box_point_depth', // 装箱点位深浅
SUB_PACKAGE_STATUS: 'sub_package_status', // 子卷包装关系状态
} as const;
/** 字典类型枚举 - 统一导出 */