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