订单增加发货日, 供应商增加账期

This commit is contained in:
tian 2024-11-25 16:55:58 +08:00
parent 6c292a4ed9
commit a9e7c1a64d
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_order` ADD `send_at` TIMESTAMP NULL DEFAULT NULL COMMENT '发货日' AFTER `from_source`;

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_supplier` ADD `net_days` INT UNSIGNED NOT NULL DEFAULT '30' COMMENT '账期' AFTER `name`;