资料库代码提交

This commit is contained in:
hzj
2024-09-18 16:17:37 +08:00
parent 7818bbe095
commit 78ba6903c6
29 changed files with 1510 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ public enum SupervisionResponseEnum {
IMPORT_DEV_ERROR("A00550","导入终端检测失败"),
DELETE_TO_BE_SUBMITTED("A00550","流程删除失败,只有待提交信息可删除!"),
EXISTENCE_OR_NOT("A00550","信息查询为空,请检查信息是否存在!"),
NAME_EXISTS("A00550","名称重复"),
;
private final String code;