This commit is contained in:
dute7liang
2024-01-06 13:24:03 +08:00
parent 4423e433cb
commit 00d42eff4c
3 changed files with 67 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
package com.ruoyi.cai.enums;
public enum SystemConfigGroupEnum {
SYSTEM,BUSINESS
}