File was renamed from business/src/main/java/com/ycl/domain/vo/ProgressReportResponseVO.java |
| | |
| | | package com.ycl.domain.vo; |
| | | package com.ycl.domain.form; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ycl.domain.entity.File; |
| | | import lombok.AllArgsConstructor; |
| | | import lombok.Data; |
| | |
| | | @Data |
| | | @AllArgsConstructor |
| | | @NoArgsConstructor |
| | | public class ProgressReportResponseVO { |
| | | public class ProgressReportResponseForm { |
| | | // 计划项id |
| | | private Integer id; |
| | | private Long id; |
| | | // 进度上报id |
| | | private Integer progressReportId; |
| | | private Long progressReportId; |
| | | // 审核记录id |
| | | private Integer examineRecordId; |
| | | private Long examineRecordId; |
| | | private Integer planTime; |
| | | private Integer PlanTimeFlag; |
| | | private String title; |