商品生产信息 - 合同制造商、工厂、资质等
/**
* 合同制造商
*/
@ApiField('contract_manufacturer')
private String contractManufacturer;
/**
* 厂名
*/
@ApiField('factory_name')
private String factoryName;
/**
* 厂址
*/
@ApiField('factory_site')
private String factorySite;
/**
* 厂家联系方式
*/
@ApiField('factory_tel')
private String factoryTel;
/**
* 厂家营业执照号
*/
@ApiField('factory_work_license')
private String factoryWorkLicense;
/**
* 厂家营业执照名称
*/
@ApiField('factory_work_license_name')
private String factoryWorkLicenseName;
/**
* 关联商品
*/
@ApiField('goods')
private String goods;
/**
* 商品货号
*/
@ApiField('goods_item_num')
private String goodsItemNum;
/**
* 商品的规格描述
*/
@ApiField('goods_specification')
private String goodsSpecification;
/**
* 生产厂家
*/
@ApiField('manufacturer')
private String manufacturer;
/**
* 生产许可证号
*/
@ApiField('manufacturing_license')
private String manufacturingLicense;
/**
* 生产许可证有效期
*/
@ApiField('manufacturing_license_validity')
private String manufacturingLicenseValidity;
/**
* 商品名称
*/
@ApiField('name')
private String name;
/**
* 其他资质
*/
@ApiField('other_qualification')
private String otherQualification;
/**
* 其他资质有效期
*/
@ApiField('other_qualification_validity')
private String otherQualificationValidity;
/**
* 包装材料
*/
@ApiField('packing_material')
private String packingMaterial;
/**
* 关联的商品ID
*/
@ApiField('product_id')
private String productId;
/**
* 商品的购买地址
*/
@ApiField('purchase_url')
private String purchaseUrl;
/**
* 生产厂家营业执照号
*/
@ApiField('qualification_license')
private String qualificationLicense;
/**
* 生产厂家营业执照名称
*/
@ApiField('qualification_license_name')
private String qualificationLicenseName;
/**
* 生产厂家营业执照有效期
*/
@ApiField('qualification_license_validity')
private String qualificationLicenseValidity;
public void setBarcode(String barcode) {
this.barcode = barcode;
}
public String getBarcode( ) {
return this.barcode;
}
public void setContractManufacturer(String contractManufacturer) {
this.contractManufacturer = contractManufacturer;
}
public String getContractManufacturer( ) {
return this.contractManufacturer;
}
public void setFactoryName(String factoryName) {
this.factoryName = factoryName;
}
public String getFactoryName( ) {
return this.factoryName;
}
public void setFactorySite(String factorySite) {
this.factorySite = factorySite;
}
public String getFactorySite( ) {
return this.factorySite;
}
public void setFactoryTel(String factoryTel) {
this.factoryTel = factoryTel;
}
public String getFactoryTel( ) {
return this.factoryTel;
}
public void setFactoryWorkLicense(String factoryWorkLicense) {
this.factoryWorkLicense = factoryWorkLicense;
}
public String getFactoryWorkLicense( ) {
return this.factoryWorkLicense;
}
public void setFactoryWorkLicenseName(String factoryWorkLicenseName) {
this.factoryWorkLicenseName = factoryWorkLicenseName;
}
public String getFactoryWorkLicenseName( ) {
return this.factoryWorkLicenseName;
}
public void setGoods(String goods) {
this.goods = goods;
}
public String getGoods( ) {
return this.goods;
}
public void setGoodsItemNum(String goodsItemNum) {
this.goodsItemNum = goodsItemNum;
}
public String getGoodsItemNum( ) {
return this.goodsItemNum;
}
public void setGoodsSpecification(String goodsSpecification) {
this.goodsSpecification = goodsSpecification;
}
public String getGoodsSpecification( ) {
return this.goodsSpecification;
}
public void setManufacturer(String manufacturer) {
this.manufacturer = manufacturer;
}
public String getManufacturer( ) {
return this.manufacturer;
}
public void setManufacturingLicense(String manufacturingLicense) {
this.manufacturingLicense = manufacturingLicense;
}
public String getManufacturingLicense( ) {
return this.manufacturingLicense;
}
public void setManufacturingLicenseValidity(String manufacturingLicenseValidity) {
this.manufacturingLicenseValidity = manufacturingLicenseValidity;
}
public String getManufacturingLicenseValidity( ) {
return this.manufacturingLicenseValidity;
}
public void setName(String name) {
this.name = name;
}
public String getName( ) {
return this.name;
}
public void setOtherQualification(String otherQualification) {
this.otherQualification = otherQualification;
}
public String getOtherQualification( ) {
return this.otherQualification;
}
public void setOtherQualificationValidity(String otherQualificationValidity) {
this.otherQualificationValidity = otherQualificationValidity;
}
public String getOtherQualificationValidity( ) {
return this.otherQualificationValidity;
}
public void setPackingMaterial(String packingMaterial) {
this.packingMaterial = packingMaterial;
}
public String getPackingMaterial( ) {
return this.packingMaterial;
}
public void setProductId(String productId) {
this.productId = productId;
}
public String getProductId( ) {
return this.productId;
}
public void setPurchaseUrl(String purchaseUrl) {
this.purchaseUrl = purchaseUrl;
}
public String getPurchaseUrl( ) {
return this.purchaseUrl;
}
public void setQualificationLicense(String qualificationLicense) {
this.qualificationLicense = qualificationLicense;
}
public String getQualificationLicense( ) {
return this.qualificationLicense;
}
public void setQualificationLicenseName(String qualificationLicenseName) {
this.qualificationLicenseName = qualificationLicenseName;
}
public String getQualificationLicenseName( ) {
return this.qualificationLicenseName;
}
public void setQualificationLicenseValidity(String qualificationLicenseValidity) {
this.qualificationLicenseValidity = qualificationLicenseValidity;
}
public String getQualificationLicenseValidity( ) {
return this.qualificationLicenseValidity;
}
}```
原文地址: https://www.cveoy.top/t/topic/li5r 著作权归作者所有。请勿转载和采集!