order appeal

This commit is contained in:
Hankin 2026-03-18 14:15:30 +08:00
parent fe3d4dc38b
commit 561505c4e6

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_order_appeal`
ADD COLUMN `remark` VARCHAR(191) default null comment "备注" after `status`