| | |
| | | @ApiModelProperty(value="签约时间") |
| | | private String signTime; |
| | | |
| | | @Excel(name = "商户名称", width = 30, sort = 9) |
| | | @ApiModelProperty(value="商户名称") |
| | | @Excel(name = "店铺名称", width = 30, sort = 9) |
| | | @ApiModelProperty(value="店铺名称") |
| | | private String shopName; |
| | | |
| | | @Excel(name = "商户编号", width = 30, sort = 2) |
| | | @Excel(name = "店铺编号", width = 30, sort = 2) |
| | | @ApiModelProperty(value="商户编号") |
| | | private String shopNumber; |
| | | |
| | | @Excel(name = "商户标签", width = 30, sort = 3) |
| | | @ApiModelProperty(value="商户标签") |
| | | @Excel(name = "店铺标签", width = 30, sort = 3) |
| | | @ApiModelProperty(value="店铺标签") |
| | | private String shopTags; |
| | | |
| | | @ApiModelProperty(value="签约人id") |
| | |
| | | @ApiModelProperty(value="关联员工") |
| | | private String belongUser; |
| | | |
| | | @Excel(name = "关联部门", width = 30, sort = 7) |
| | | @Excel(name = "所属部门", width = 30, sort = 7) |
| | | @ApiModelProperty(value="关联部门") |
| | | private String belongDept; |
| | | |
| | |
| | | @ApiModelProperty(value="店铺地址") |
| | | private String shopAddress; |
| | | |
| | | @Excel(name = "店主姓名", width = 30, sort = 14) |
| | | @ApiModelProperty(value="店主姓名") |
| | | @Excel(name = "店长", width = 30, sort = 14) |
| | | @ApiModelProperty(value="店长") |
| | | private String shopownerName; |
| | | |
| | | @Excel(name = "店主联系方式", width = 30, sort = 15) |
| | | @ApiModelProperty(value="店主联系方式") |
| | | @Excel(name = "店长联系方式", width = 30, sort = 15) |
| | | @ApiModelProperty(value="店长联系方式") |
| | | private String shopownerPhone; |
| | | |
| | | @Excel(name = "商户状态", width = 30, sort = 18) |
| | | @Excel(name = "状态", width = 30, sort = 18) |
| | | @ApiModelProperty(value="商户状态-1删除0冻结1正常2终止合作") |
| | | private String shopStatus; |
| | | |
| | | @Excel(name = "商户活动次数", width = 30, sort = 17) |
| | | @ApiModelProperty(value="商户活动次数") |
| | | @Excel(name = "店铺活动次数", width = 30, sort = 17) |
| | | @ApiModelProperty(value="店铺活动次数") |
| | | private Integer shopActivityCount; |
| | | |
| | | @Excel(name = "店铺设置状态", width = 30, sort = 16) |
| | | @ApiModelProperty(value="店铺设置状态") |
| | | @Excel(name = "店铺状态", width = 30, sort = 16) |
| | | @ApiModelProperty(value="店铺状态") |
| | | private String shopCustomStatus; |
| | | |
| | | @ApiModelProperty(value="冻结状态0解冻1冻结") |