order status

This commit is contained in:
Hankin 2026-05-29 15:00:23 +08:00
parent 29fe438832
commit e683a6f325

View File

@ -0,0 +1,3 @@
ALTER TABLE `health`.`ufutx_service_order_status`
ADD `comment` VARCHAR(191) DEFAULT NULL COMMENT "备注" after `last_owner`,
ADD `admin_id` INTEGER DEFAULT NULL COMMENT "管理员id" after `last_owner`