| | |
| | | package com.ycl.domain.vo; |
| | | |
| | | |
| | | import com.ycl.domain.entity.ProjectPlanExamineRecord; |
| | | import com.ycl.system.domain.base.AbsVo; |
| | | import com.ycl.domain.entity.ProjectPlanExamineRecord; |
| | | import java.util.List; |
| | | import org.springframework.lang.NonNull; |
| | | import org.springframework.beans.BeanUtils; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.lang.NonNull; |
| | | |
| | | import java.util.Date; |
| | | |
| | | /** |
| | |
| | | @ApiModelProperty("项目计划记录id") |
| | | private Long projectPlanRecordId; |
| | | |
| | | private Long projectPlanInfoId; |
| | | |
| | | /** 上级部门审核人 */ |
| | | @ApiModelProperty("上级部门审核人") |
| | | private Long departmentUserId; |