| | |
| | | @ApiModelProperty(value = "合作商状态") |
| | | private String shopCustomStatus; |
| | | |
| | | @ApiModelProperty(value = "商户统一分成比例") |
| | | private String shopCommonProportion; |
| | | |
| | | @ApiModelProperty(value = "来源渠道") |
| | | private String shopSourceChannel; |
| | | |
| | |
| | | @ApiModelProperty(value = "链接类型1.外部2.内部3.无") |
| | | private Integer targetType; |
| | | |
| | | @ApiModelProperty(value = "链接类型1.手动输入2.选择已有") |
| | | private Integer linkType; |
| | | |
| | | @ApiModelProperty(value = "链接地址") |
| | | private String linkUrl; |
| | | |
| | |
| | | |
| | | @ApiModelProperty(value = "活跃度list") |
| | | private List<MgtActivenessVo> mgtActivenessVoList; |
| | | |
| | | @ApiModelProperty(value = "门店课程设置-展示名称") |
| | | private String storeCourseDisplayName; |
| | | |
| | | @ApiModelProperty(value = "门店课程设置-验证密码") |
| | | private String storeCourseDisplayPassword; |
| | | |
| | | } |