mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
Merge branch 'dev-zza' into dev
This commit is contained in:
@@ -87,6 +87,11 @@ public class PileMerchantInfo extends BaseEntity {
|
||||
@Excel(name = "logo")
|
||||
private String logoUrl;
|
||||
|
||||
/**
|
||||
* 营业执照url
|
||||
*/
|
||||
private String businessLicenseUrl;
|
||||
|
||||
/**
|
||||
* 运营商的小程序appId
|
||||
*/
|
||||
@@ -129,6 +134,7 @@ public class PileMerchantInfo extends BaseEntity {
|
||||
.append("managerPhone", getManagerPhone())
|
||||
.append("servicePhone", getServicePhone())
|
||||
.append("logoUrl", getLogoUrl())
|
||||
.append("businessLicenseUrl", getBusinessLicenseUrl())
|
||||
.append("createBy", getCreateBy())
|
||||
.append("createTime", getCreateTime())
|
||||
.append("updateBy", getUpdateBy())
|
||||
|
||||
@@ -62,6 +62,11 @@ public class CreateMerchantDTO {
|
||||
*/
|
||||
private String logoUrl;
|
||||
|
||||
/**
|
||||
* 运营商营业执照url
|
||||
*/
|
||||
private String businessLicenseUrl;
|
||||
|
||||
/**
|
||||
* 运营商的小程序appId
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user