| | |
| | | @Excel(name = "企业联系人电话" , readConverterExp = "账=号") |
| | | @ApiModelProperty("企业联系人电话(账号)") |
| | | private String companyPhone; |
| | | |
| | | @ApiModelProperty("执行人id") |
| | | private Long executeId; |
| | | |
| | | @ApiModelProperty("执行人单位id") |
| | | private Long executeDeptId; |
| | | |
| | | @Excel(name = "执行人") |
| | | @ApiModelProperty("执行人") |
| | | private Long executeUser; |
| | | private String executeUser; |
| | | @Excel(name = "执行人电话") |
| | | @ApiModelProperty("执行人电话") |
| | | private Long executePhone; |
| | | private String executePhone; |
| | | @Excel(name = "执行人单位") |
| | | @ApiModelProperty("执行人单位") |
| | | private Long executeDeptName; |
| | | private String executeDeptName; |
| | | @Excel(name = "投诉类型") |
| | | @ApiModelProperty("投诉类型") |
| | | private String complaintType; |