This commit is contained in:
2025-10-28 15:03:08 +08:00
parent afab616053
commit f446d962ff
5 changed files with 36 additions and 1 deletions

View File

@@ -41,7 +41,8 @@ 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 '重量',
gross_weight decimal(10,2) null comment '毛重kg',
net_weight decimal(10,2) null comment '净重kg',
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=已删除)',