大融合新增字段

This commit is contained in:
sxu 2024-10-17 14:54:28 +08:00
parent dba1dcb4f0
commit ab7df438f7
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `tm_task`
ADD COLUMN `month_order` int(11) NULL COMMENT '任务当月序号';