@@ -251,5 +251,8 @@ public class FsStoreOrderVO implements Serializable
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date deliverySendTime;
+ //手写信息采集表(fs_handwrite_collection)主键id
+ private Long handleCollectionId;
+
}