This commit is contained in:
苏竹红
2024-04-24 17:37:25 +08:00
parent 7086b0b985
commit 2a508cf1c5
3 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ public enum AuditTypeEnum {
OPENING_OPERATION_PLAN(2, "开业运营方案"),
LICENSE_APPROVAL(3, "证照审批"),
SYS_BUILD(4, "系统建店"),
SITE_SELECTION(5, "选址"),
;
private Integer code;