抖音核销手机号
This commit is contained in:
@@ -158,4 +158,10 @@ public class PlatformBuildDO {
|
||||
@Column(name = "store_id")
|
||||
private String storeId;
|
||||
|
||||
/**
|
||||
* 抖音核销手机号
|
||||
*/
|
||||
@Column(name = "dy_mobile")
|
||||
private String dyMobile;
|
||||
|
||||
}
|
||||
@@ -103,6 +103,7 @@ public class PlatformBuildRequest {
|
||||
platformBuildDO.setStorePositioningUrl(this.storePositioningUrl);
|
||||
platformBuildDO.setAuthorizationUrl(this.authorizationUrl);
|
||||
platformBuildDO.setKsAccount(this.ksAccount);
|
||||
platformBuildDO.setDyMobile(this.dyMobile);
|
||||
return platformBuildDO;
|
||||
|
||||
}
|
||||
|
||||
@@ -100,6 +100,8 @@ public class PlatformBuildResponse {
|
||||
private String shopProvinceCityDistrict;
|
||||
@ApiModelProperty("门店详细地址")
|
||||
private String shopAddress;
|
||||
@ApiModelProperty("抖音核销手机号")
|
||||
private String dyMobile;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user