orders add send delivery img

This commit is contained in:
Hankin 2025-06-18 09:57:25 +08:00
parent f1fa60009d
commit cb83ce3f49

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_orders`
ADD COLUMN `delivery_send_img` text default null comment "发货产品图" after `delivery_number`