Browse Source

其他值提醒辅检

gaodm 4 years ago
parent
commit
06dc712020

File diff suppressed because it is too large
+ 105 - 3
src/main/java/com/diagbot/facade/ExportFacade.java


+ 4 - 0
src/main/java/com/diagbot/vo/ImportDataVO.java

@@ -72,6 +72,10 @@ public class ImportDataVO {
     private String pacsDesc;
     private String pacsDesc;
     @Excel(name="检查结论有")
     @Excel(name="检查结论有")
     private String pacsDescHas;
     private String pacsDescHas;
+    @Excel(name="检查结论无")
+    private String pacsDescNotHas;
+    @Excel(name="提示语")
+    private String pacsTips;
     @Excel(name="性别")
     @Excel(name="性别")
     private String sexStr;
     private String sexStr;
     @Excel(name="单位")
     @Excel(name="单位")