orders add invoice_pics

This commit is contained in:
Hankin 2025-02-06 17:14:43 +08:00
parent bf3eca9a39
commit 2b74fd41b2

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_orders`
ADD COLUMN `invoice_pics` text default null comment "发票" after `sign_type`