| | |
| | | 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; |
| | |
| | | @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; |
| | | } |