## 调整国际化;

This commit is contained in:
cabbage 2025-08-07 15:13:06 +08:00
parent 4c815b5380
commit b8f8e98734
1 changed files with 0 additions and 5 deletions

View File

@ -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()));