package_status 默认值=2

dev
siontion 3 months ago
parent f33f9eec1e
commit c166fd4160

@ -471,7 +471,7 @@ CREATE TABLE `tplus_lastest_bom` (
alter table wms_storage add column `project_order_code` varchar(64) default null comment '生产订单id'; alter table wms_storage add column `project_order_code` varchar(64) default null comment '生产订单id';
alter table wms_storage add column `material_mode` int(2) default null comment '领料模式'; alter table wms_storage add column `material_mode` int(2) default null comment '领料模式';
alter table project_sale_order add `package_status` int(2) default null comment '包装状态'; alter table project_sale_order add `package_status` int(2) default 2 comment '包装状态';
alter table wms_storage_mat add column `pre_amount` decimal(10,2) DEFAULT NULL COMMENT '预估消耗值'; alter table wms_storage_mat add column `pre_amount` decimal(10,2) DEFAULT NULL COMMENT '预估消耗值';
alter table wms_storage_mat add column `stock_quantity` decimal(10,2) DEFAULT NULL COMMENT '库存'; alter table wms_storage_mat add column `stock_quantity` decimal(10,2) DEFAULT NULL COMMENT '库存';
Loading…
Cancel
Save