| | |
| | | /** |
| | | * 部门电话 |
| | | */ |
| | | @TableField(exist = false) |
| | | @ApiModelProperty("部门电话") |
| | | private String contactNumber; |
| | | |
| | |
| | | private String commonProblemName; |
| | | |
| | | |
| | | @ApiModelProperty("办理区域") |
| | | private String transactionArea; |
| | | |
| | | @ApiModelProperty("办理区域url") |
| | | private String transactionAreaUrl; |
| | | |
| | | @ApiModelProperty("办理区域文件名称") |
| | | private String transactionAreaName; |
| | | |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(name = "sumTransactionNum", value = "导办服务数量") |
| | |
| | | @ApiModelProperty(name = "operationalGuidelineName", value = "操作指南名称") |
| | | private String operationalGuidelineName; |
| | | |
| | | |
| | | @ApiModelProperty(name = "classifyIds", value = "前端使用") |
| | | private String classifyIds; |
| | | |
| | | } |