|
@@ -1,12 +1,14 @@
|
|
package com.platform.dao.vo.query.fill;
|
|
package com.platform.dao.vo.query.fill;
|
|
|
|
|
|
import com.platform.common.bean.BaseVO;
|
|
import com.platform.common.bean.BaseVO;
|
|
|
|
+import com.platform.dao.entity.fill.FillGatherInfo;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
import lombok.EqualsAndHashCode;
|
|
import lombok.EqualsAndHashCode;
|
|
import lombok.experimental.Accessors;
|
|
import lombok.experimental.Accessors;
|
|
|
|
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
import java.time.LocalDateTime;
|
|
import java.time.LocalDateTime;
|
|
|
|
+import java.util.List;
|
|
|
|
|
|
/**
|
|
/**
|
|
* @Description 填报项目VO结果类
|
|
* @Description 填报项目VO结果类
|
|
@@ -71,5 +73,7 @@ public class FillGatherVO extends BaseVO implements Serializable {
|
|
*/
|
|
*/
|
|
private Integer period;
|
|
private Integer period;
|
|
|
|
|
|
|
|
+ private List<FillGatherInfo> infos;
|
|
|
|
+
|
|
|
|
|
|
}
|
|
}
|