Browse Source

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

cgp 1 week ago
parent
commit
275a63792c
1 changed files with 10 additions and 0 deletions
  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;
+
 }