Commit 6f9474bf38fb7ab606de6fab6a115ea7ae34142e
1 parent
1dfd325b3c
Exists in
master
and in
1 other branch
修改转诊
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/FyTypeEnums.java
View file @
6f9474b
... | ... | @@ -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 | + 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; |