work order

This commit is contained in:
Hankin 2026-05-14 15:39:54 +08:00
parent 15f8deb586
commit 5729e64536

View File

@ -1,2 +1,2 @@
ALTER TABLE `service`.`ufutx_work_order`
ADD COLUMN `type` TINYINT DEFAULT NULL comment "类型,1:无需处理,2:bug,3:需求" after `deal_images`
ADD COLUMN `type` TINYINT DEFAULT NULL comment "类型,1:无需处理,2:bug,3:需求 " after `deal_images`