fix:context注册大小写

This commit is contained in:
guohb
2024-04-23 16:58:21 +08:00
parent c0b623afbe
commit b69d8331dd
3 changed files with 6 additions and 5 deletions

View File

@@ -2,8 +2,8 @@ package com.cool.store.enums;
public enum AuditEnum {
CONTRACT_INTENTION("intention", "意向加盟合同API","IntentAgreementServiceImpl"),
SYS_BUILD("sysBuild", "系统建店API","SysStoreAppServiceImpl"),
CONTRACT_INTENTION("intention", "意向加盟合同API","intentAgreementServiceImpl"),
SYS_BUILD("sysBuild", "系统建店API","sysStoreAppServiceImpl"),
;