| | |
| | | @ApiModelProperty("商家类型id") |
| | | private String convenientType; |
| | | |
| | | @ApiModelProperty("商家类型名称") |
| | | private String convenientName; |
| | | |
| | | @ApiModelProperty("商家图片") |
| | | private String imgUrl; |
| | |
| | | @ApiModelProperty("商家类型id") |
| | | private String convenientType; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty("商家类型名称") |
| | | private String convenientName; |
| | | |
| | | |
| | | @ApiModelProperty("商家图片") |
| | | private String imgUrl; |
| | |
| | | created_by, |
| | | updated_at, |
| | | convenient_type, |
| | | (select jccsc.name from jinhui_com_convenient_service_categories as jccsc where jccsc.id=ccm.convenient_type) as convenientName, |
| | | audit_type, |
| | | audit_opinion, |
| | | img_url |
| | |
| | | created_by, |
| | | updated_at, |
| | | convenient_type, |
| | | (select jccsc.name from jinhui_com_convenient_service_categories as jccsc where jccsc.id=ccm.convenient_type) as convenientName, |
| | | audit_type, |
| | | audit_opinion, |
| | | img_url |