任务状态修改

This commit is contained in:
2025-10-15 19:22:33 +08:00
parent 1721a201ff
commit c7a673b88a
12 changed files with 193 additions and 138 deletions

View File

@@ -45,10 +45,10 @@ public interface QmsCommonConstant {
String SAVED = "saved";
/** 提交 **/
String SUBMIT = "submit";
//String SUBMIT = "submit";
/** 已提交 **/
//String SUBMITTED = "submitted";
String SUBMITTED = "submitted";
/** 未开始 **/
String NOT_START = "not_start";