## 去掉不需要国际化的枚举;

This commit is contained in:
cabbage 2025-07-30 15:11:06 +08:00
parent 925635f977
commit 155220a1ce
1 changed files with 0 additions and 4 deletions

View File

@ -461,10 +461,6 @@ public class EnumsInitController {
for (EMenuDetail value : EMenuDetail.values()) {
initList.add(this.createData(value.getKey(), value.getLabel()));
}
// 考核状态
for (EAssessStatus value : EAssessStatus.values()) {
initList.add(this.createData(value.getKey(), value.getLabel()));
}
/**
* 账户状态枚举钱包状态
*/