Merge remote-tracking branch 'origin/master' into dev/feat/partner1.6_20231226
This commit is contained in:
@@ -2,13 +2,10 @@ package com.cool.store.request;
|
||||
|
||||
import com.cool.store.request.data.flow.IdName;
|
||||
import com.cool.store.request.data.flow.KeyText;
|
||||
import com.cool.store.request.data.flow.SkrRelshipProve;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author: young.yu
|
||||
* @Date: 2023-06-14 14:18
|
||||
@@ -38,6 +35,15 @@ public class CreateQualifyVerifyReq {
|
||||
@ApiModelProperty(value = "加盟商类型", required = true)
|
||||
private KeyText fraType;
|
||||
|
||||
@ApiModelProperty(value = "是否是新加盟商", example = "YES")
|
||||
private KeyText whetherNewFranchisee;
|
||||
|
||||
@ApiModelProperty(value = "是否需要设备分期", example = "yes")
|
||||
private KeyText needEquipmentInstallment;
|
||||
|
||||
@ApiModelProperty(value = "加盟费支付方式 分期支付 yes;全款支付 no", example = "yes")
|
||||
private KeyText fraFeePayMethod;
|
||||
|
||||
@ApiModelProperty(value = "加盟类型", required = true, allowableValues = "1: {HSAY: 沪上阿姨} 2: {HSLIGHT: 沪上阿姨(轻享)}")
|
||||
private KeyText innerbrandtype;
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ package com.cool.store.request;
|
||||
import com.cool.store.request.data.flow.IdName;
|
||||
import com.cool.store.request.data.flow.KeyText;
|
||||
import com.cool.store.request.data.flow.SkrRelshipProve;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -61,6 +62,16 @@ public class RpcCreateQualifyVerifyReq {
|
||||
@ApiModelProperty(value = "加盟商类型", required = true)
|
||||
private KeyText fraType;
|
||||
|
||||
@ApiModelProperty(value = "是否是新加盟商", example = "YES")
|
||||
@JsonProperty("IsNewFranchisee")
|
||||
private KeyText IsNewFranchisee;
|
||||
|
||||
@ApiModelProperty(value = "是否需要设备分期", example = "yes")
|
||||
private KeyText needEquipmentInstallment;
|
||||
|
||||
@ApiModelProperty(value = "加盟费支付方式 分期支付 yes;全款支付 no", example = "yes")
|
||||
private KeyText fraFeePayMethod;
|
||||
|
||||
@ApiModelProperty(value = "加盟类型", required = true, allowableValues = "1: {HSAY: 沪上阿姨} 2: {HSLIGHT: 沪上阿姨(轻享)}")
|
||||
private KeyText innerbrandtype;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user