add:生产下料同步

This commit is contained in:
zhangzq
2026-06-17 13:22:57 +08:00
parent 64174b4109
commit b73e8ff174
2 changed files with 410 additions and 0 deletions

View File

@@ -34,3 +34,5 @@ CREATE TABLE IF NOT EXISTS `st_ivt_purchasedtl` (
`instock_qty` DECIMAL(18,6) DEFAULT 0 COMMENT '已入库数量'
)COMMENT='采购入库单分录信息表';
ALTER TABLE `wms_nlwq`.`st_ivt_purchasemst`
ADD COLUMN `forwardZD` tinyint(1) NULL DEFAULT 0 COMMENT '0否 1是' AFTER `audit_msg`;