小改
This commit is contained in:
@@ -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=已删除)',
|
||||
|
||||
Reference in New Issue
Block a user