| | |
| | | @ApiModelProperty(value = "负责人名字") |
| | | @TableField(exist = false) |
| | | private String headName; |
| | | @ApiModelProperty(value = "操作人名字") |
| | | @TableField(exist = false) |
| | | private String editorName; |
| | | @ApiModelProperty(value = "负责人手机号") |
| | | @TableField(exist = false) |
| | | private String headPhone; |
| | |
| | | @ApiModelProperty(value = "自建部门级别路径", example = "1") |
| | | @ExcelColumn(name="自建部门级别路径") |
| | | private String companyPath; |
| | | @ApiModelProperty(value = "父级部门级别路径", example = "1") |
| | | @TableField(exist = false) |
| | | private String parentCompanyPath; |
| | | @ApiModelProperty(value = "erp部门级别路径", example = "1") |
| | | @ExcelColumn(name="erp部门级别路径") |
| | | private String erpCompanyPath; |