handover_task_order表sql

This commit is contained in:
秦鸿展
2026-03-17 13:32:57 +08:00
parent 7899379c22
commit 6e1d62c71f
+3
View File
@@ -0,0 +1,3 @@
//handover_task_order
ALTER TABLE handover_task_order ADD operators_by BIGINT;
ALTER TABLE handover_task_order ADD operators_name VARCHAR(100);