This commit is contained in:
Looly
2025-06-25 11:23:36 +08:00
parent a7c5259d4b
commit 9d83869d85
36 changed files with 248 additions and 95 deletions

View File

@@ -38,8 +38,8 @@ public class IssueIB9MH0Test {
_01("tab_people_home","首页"),
_02("tab_people_hospital","医院");
private String code;
private String title;
private final String code;
private final String title;
TabTypeEnum(final String code, final String title) {
this.code = code;