## 去掉不需要国际化的枚举;
This commit is contained in:
parent
cd8140a1f7
commit
0a2a773c7c
|
@ -461,10 +461,6 @@ public class EnumsInitController {
|
||||||
for (EMenuDetail value : EMenuDetail.values()) {
|
for (EMenuDetail value : EMenuDetail.values()) {
|
||||||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
initList.add(this.createData(value.getKey(), value.getLabel()));
|
||||||
}
|
}
|
||||||
// 考核状态
|
|
||||||
for (EAssessStatus value : EAssessStatus.values()) {
|
|
||||||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
* 账户状态枚举(钱包状态)
|
* 账户状态枚举(钱包状态)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue