Commit 136739a0eef31a6a02962e76d71f782446d72a01
1 parent
57deb29f38
Exists in
master
and in
6 other branches
his
Showing 1 changed file with 9 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/lcdcf/HisCheckItems.java
View file @
136739a
... | ... | @@ -9,6 +9,15 @@ |
9 | 9 | private String vcCardNo; |
10 | 10 | private String time; |
11 | 11 | private String itemId; |
12 | + private String content; | |
13 | + | |
14 | + public String getContent() { | |
15 | + return content; | |
16 | + } | |
17 | + | |
18 | + public void setContent(String content) { | |
19 | + this.content = content; | |
20 | + } | |
12 | 21 | |
13 | 22 | public String getId() { |
14 | 23 | return id; |