This commit is contained in:
2025-10-28 14:57:04 +08:00
parent f8afe8d0e7
commit afab616053

View File

@@ -41,6 +41,7 @@ create table wms_material_coil
parent_coil_nos varchar(500) null comment '父卷号(合卷或分卷时用,逗号分隔)',
item_id bigint not null comment '物品ID指向原材料或产品主键',
item_type varchar(20) not null comment '物品类型raw_material/product',
weight decimal(10,2) null comment '重量',
status tinyint(1) default 0 null comment '状态0=在库1=在途2=已出库)',
remark varchar(255) null comment '备注',
del_flag tinyint(1) default 0 not null comment '删除标志0=正常1=已删除)',