瀏覽代碼

完善医生端开方时信息采集校验逻辑

cgp 1 周之前
父節點
當前提交
275a63792c
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      fs-service/src/main/java/com/fs/his/vo/FsPrescribeListVO.java

+ 10 - 0
fs-service/src/main/java/com/fs/his/vo/FsPrescribeListVO.java

@@ -187,4 +187,14 @@ public class FsPrescribeListVO {
      * */
     private Integer prescribeSource;
 
+    /*
+     *采集表完善状态 0-未完善 1-完善
+     * */
+    private Integer completeStatus;
+
+    /*
+     *采集表主键id
+     * */
+    private Long collectionId;
+
 }