Commit d7027bdfb843f79e66b80a99964489e7a9db02eb
1 parent
c455d252f6
Exists in
master
and in
6 other branches
儿童膳食
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/FyTypeEnums.java
View file @
d7027bd
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | */ |
15 | 15 | public enum FyTypeEnums { |
16 | 16 | |
17 | - FQ(0,"父亲"),MQ(1,"母亲"),ZF(2,"祖父"),ZM(3,"祖母"),WZF(4,"外祖父"),WZM(5,"外祖母"),QT(6,"其它"); | |
17 | + FM(-1,"父母"),FQ(0,"父亲"),MQ(1,"母亲"),ZF(2,"祖父"),ZM(3,"祖母"),WZF(4,"外祖父"),WZM(5,"外祖母"),QT(6,"其它"); | |
18 | 18 | |
19 | 19 | private FyTypeEnums(int id, String name) { |
20 | 20 | this.id = id; |