change ufutx_s2_shop_order

This commit is contained in:
tian 2024-12-24 16:39:30 +08:00
parent ddbcc67847
commit 72cb262d8a

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_order` ADD `pay_no` VARCHAR(256) NOT NULL DEFAULT '' COMMENT '支付单号' AFTER `trade_no`;