feat: 5个流程草稿

This commit is contained in:
2023-11-23 10:11:14 +08:00
parent 1d485289b8
commit 2bd44b269e
10 changed files with 59 additions and 88 deletions
@@ -111,4 +111,20 @@ public class ResultCommon {
/**请输入检索内容*/
public static final String PLEASE_SEARCH_TO_IMPORT = "please.search.to.import";
/**
* 任务不存在
*/
public static final String TASK_NOT_EXISTS = "task.not.exists";
/**
* 草稿不存在
*/
public static final String DRAFT_NOT_EXISTS = "draft.not.exists";
/**
* 企标编号冲突,请重新生成
*/
public static final String EN_STANDARD_NUMBER_CONFLICT = "en.standard.number.conflict";
}