Commit 1aafc4b7ec6b4c448a798b671ff71bdc40853511
1 parent
e267ef93fd
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 6 additions and 6 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/RxaZdycEnums.java
View file @
1aafc4b
... | ... | @@ -11,12 +11,12 @@ |
11 | 11 | |
12 | 12 | rxxwxl("1", "乳腺纤维腺瘤"), |
13 | 13 | rxdgnrtzl("2", "乳腺导管内乳头状瘤"), |
14 | - bdxcz("1", "不典型增生"), | |
15 | - xyywa("1", "小叶原位癌"), | |
16 | - dgywa("1", "导管原位癌"), | |
17 | - jrxdga("1", "浸润性导管癌"), | |
18 | - jrxxya("1", "浸润性小叶癌"), | |
19 | - qtexzl("1", "其它恶性肿瘤"); | |
14 | + bdxcz("3", "不典型增生"), | |
15 | + xyywa("4", "小叶原位癌"), | |
16 | + dgywa("5", "导管原位癌"), | |
17 | + jrxdga("6", "浸润性导管癌"), | |
18 | + jrxxya("7", "浸润性小叶癌"), | |
19 | + qtexzl("8", "其它恶性肿瘤"); | |
20 | 20 | |
21 | 21 | |
22 | 22 | private String id; |