fuliqi
2025-02-19 b5d319285186901e6b8f958d1a815c6aa592f0e4
business/src/main/java/com/ycl/domain/entity/ProjectInfo.java
@@ -4,6 +4,7 @@
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.ycl.system.domain.base.AbsEntity;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.math.BigDecimal;
@@ -155,4 +156,10 @@
    @TableField("remark")
    /** 审核信息 */
    private String remark;
    @TableField("industry_competent_department")
    private Long industryCompetentDepartment;
    @TableField("industry_competent_department_person")
    private Long industryCompetentDepartmentPerson;
    @TableField("department_person_phone")
    private String departmentPersonPhone;
}