门店类型同步接口优化
This commit is contained in:
@@ -213,7 +213,8 @@ public class ZxjpApiRequest {
|
||||
@ApiModelProperty(value = "银行银联号")
|
||||
private String bankUnionPayAccount;
|
||||
|
||||
|
||||
@ApiModelProperty("店铺类型:0-无展示门店、1-餐厅店、2-普通门店")
|
||||
private Integer storeType;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -48,6 +48,11 @@ public class FranchiseFeeResponse {
|
||||
|
||||
private LinePay linePayDO;
|
||||
|
||||
@ApiModelProperty("铺位租金")
|
||||
private String monthRent;
|
||||
@ApiModelProperty("铺位面积")
|
||||
private String pointArea;
|
||||
|
||||
@Data
|
||||
public static class LinePay{
|
||||
@ApiModelProperty("")
|
||||
|
||||
Reference in New Issue
Block a user