This commit is contained in:
xy
2024-08-08 18:41:34 +08:00
parent 0233c3e04f
commit 329143772b
2 changed files with 4 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ public enum AccessResponseEnum {
PROCESS_SAME_ERROR("A0311","当前调试已完成,请勿重复调试"),
PROCESS_MISSING_ERROR("A0311","调试流程缺失,请核查功能调试、出厂调试"),
PROCESS_ERROR("A0311","调试流程异常,请先进行功能调试、出厂调试!"),
;
private final String code;