## 调整国际化;
This commit is contained in:
parent
7e472411ab
commit
dd859d7966
|
@ -278,11 +278,6 @@ public class EnumsInitController {
|
|||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
||||
}
|
||||
|
||||
// 性别
|
||||
for (ESex value : ESex.values()) {
|
||||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
||||
}
|
||||
|
||||
// 打印状态
|
||||
for (EPrintStatus value : EPrintStatus.values()) {
|
||||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
||||
|
|
Loading…
Reference in New Issue