xiangpei
2025-04-07 80662b34fe93b4ede00c7fc03fbd9f01355c94e2
business/src/main/java/com/ycl/domain/vo/ProjectPlanExamineRecordVO.java
@@ -1,14 +1,13 @@
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;
/**
@@ -25,6 +24,8 @@
    @ApiModelProperty("项目计划记录id")
    private Long projectPlanRecordId;
    private Long projectPlanInfoId;
    /** 上级部门审核人 */
    @ApiModelProperty("上级部门审核人")
    private Long departmentUserId;