Merge remote-tracking branch 'origin/cc_20250325_select' into cc_20250325_select
This commit is contained in:
@@ -141,6 +141,9 @@ public class BuildInformationResponse {
|
||||
@ApiModelProperty(value = "报货物流仓库(编码)" )
|
||||
private String declareGoodsLogisticsWarehouse;
|
||||
|
||||
@ApiModelProperty(value = "报货物流仓库" )
|
||||
private String declareGoodsLogisticsWarehouseName;
|
||||
|
||||
@ApiModelProperty(value = "报货日期" )
|
||||
private String declareGoodsDate;
|
||||
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
package com.cool.store.response;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author: WangShuo
|
||||
* @Date: 2025/04/11/17:13
|
||||
* @Version 1.0
|
||||
* @注释:
|
||||
*/
|
||||
@Data
|
||||
public class PlatformBuildExtraFieldResponse {
|
||||
@ApiModelProperty("门店编码")
|
||||
private String shopCode;
|
||||
@ApiModelProperty("门店名称")
|
||||
private String shopName;
|
||||
@ApiModelProperty("加盟品牌")
|
||||
private String franchiseBrand;
|
||||
@ApiModelProperty("新管家对应组织")
|
||||
private String xgjRegionName;
|
||||
@ApiModelProperty("门店门头照片")
|
||||
private String shopDoorwayPhoto;
|
||||
@ApiModelProperty("门店内景照片")
|
||||
private String shopInteriorPhoto;
|
||||
@ApiModelProperty("营业执照照片")
|
||||
private String creditUrl;
|
||||
@ApiModelProperty("食品经营许可证")
|
||||
private String foodBusinessLicenseUrl;
|
||||
@ApiModelProperty("法人姓名")
|
||||
private String legalName;
|
||||
@ApiModelProperty("法人身份证正面")
|
||||
private String legalIdCardFront;
|
||||
@ApiModelProperty("法人身份证反面")
|
||||
private String legalIdCardBack;
|
||||
@ApiModelProperty("门店营业电话")
|
||||
private String businessMobile;
|
||||
@ApiModelProperty("门店省市区")
|
||||
private String shopProvinceCityDistrict;
|
||||
@ApiModelProperty("门店详细地址")
|
||||
private String shopAddress;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user