| | |
| | | /** 主管部门(对应审批部门id) */ |
| | | private String competentDepartment; |
| | | |
| | | @TableField("competent_department_person") |
| | | /** 主管部门联系人 */ |
| | | private String competentDepartmentPerson; |
| | | |
| | | @TableField("competent_department_phone") |
| | | /** 主管部门联系方式 */ |
| | | private String competentDepartmentPhone; |
| | | |
| | | @TableField("area") |
| | | /** 行政区域 */ |
| | | private String area; |
| | |
| | | @TableField("remark") |
| | | /** 审核信息 */ |
| | | private String remark; |
| | | |
| | | @TableField("industry_competent_department") |
| | | /** 行业主管部门 */ |
| | | private Long industryCompetentDepartment; |
| | | |
| | | @TableField("industry_competent_department_person") |
| | | private Long industryCompetentDepartmentPerson; |
| | | /** 行业主管部门联系人 */ |
| | | private String industryCompetentDepartmentPerson; |
| | | |
| | | @TableField("department_person_phone") |
| | | /** 行业主管部门联系方式 */ |
| | | private String departmentPersonPhone; |
| | | } |