Browse Source

文书添加recId

zhoutg 5 years atrás
parent
commit
60ec87c510
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/main/java/com/diagbot/dto/RecordContentDTO.java

+ 5 - 0
src/main/java/com/diagbot/dto/RecordContentDTO.java

@@ -46,6 +46,11 @@ public class RecordContentDTO implements Serializable {
      */
     private String recTitle;
 
+    /**
+     * 医院文书id
+     */
+    private String recId;
+
     /**
      * 病历类别编号
      */