Created
October 19, 2020 07:17
-
-
Save lihongjie0209/892e4fdb24c4107db258006b12b362e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Data | |
@AllArgsConstructor | |
@NoArgsConstructor | |
@Builder | |
public class GetSampleInfoResponse { | |
private Data data; | |
@Data | |
@AllArgsConstructor | |
@NoArgsConstructor | |
@Builder | |
static class Data { | |
/** | |
抽检场所单位名称 | |
Sampling site unit name | |
*/ | |
@JsonProperty("sp_s_1") | |
private String samplingSiteUnitName | |
/** | |
抽样地点 | |
Sampling location | |
*/ | |
@JsonProperty("sp_s_2") | |
private String samplingLocation | |
/** | |
抽检场所所在地省 | |
Province where the sampling site is located | |
*/ | |
@JsonProperty("sp_s_3") | |
private String provinceWhereTheSamplingSiteIsLocated | |
/** | |
抽检场所所在地市 | |
City where the sampling site is located | |
*/ | |
@JsonProperty("sp_s_4") | |
private String cityWhereTheSamplingSiteIsLocated | |
/** | |
抽检场所所在地县 | |
County where the sampling site is located | |
*/ | |
@JsonProperty("sp_s_5") | |
private String countyWhereTheSamplingSiteIsLocated | |
/** | |
抽样单位数量 | |
Number of sampling units | |
*/ | |
@JsonProperty("sp_s_6") | |
private String numberOfSamplingUnits | |
/** | |
抽检场所单位地址 | |
Unit address of sampling site | |
*/ | |
@JsonProperty("sp_s_7") | |
private String unitAddressOfSamplingSite | |
/** | |
抽检场所单位法人 | |
Sampling site unit legal person | |
*/ | |
@JsonProperty("sp_s_8") | |
private String samplingSiteUnitLegalPerson | |
/** | |
抽检场所邮编 | |
Zip code of sampling site | |
*/ | |
@JsonProperty("sp_s_10") | |
private String zipCodeOfSamplingSite | |
/** | |
抽检场所联系人 | |
Contact person for sampling site | |
*/ | |
@JsonProperty("sp_s_11") | |
private String contactPersonForSamplingSite | |
/** | |
抽检场所联系人电话 | |
Contact phone number of sampling site | |
*/ | |
@JsonProperty("sp_s_12") | |
private String contactPhoneNumberOfSamplingSite | |
/** | |
生产许可证编号 | |
Production license number | |
*/ | |
@JsonProperty("sp_s_13") | |
private String productionLicenseNumber | |
/** | |
样品名称 | |
sample name | |
*/ | |
@JsonProperty("sp_s_14") | |
private String sampleName | |
/** | |
抽样数量 | |
Sample size | |
*/ | |
@JsonProperty("sp_n_15") | |
private String sampleSize | |
/** | |
抽样单编号 | |
Sample number | |
*/ | |
@JsonProperty("sp_s_16") | |
private String sampleNumber | |
/** | |
食品大类 | |
Food category | |
*/ | |
@JsonProperty("sp_s_17") | |
private String foodCategory | |
/** | |
食品亚类 | |
Food subcategories | |
*/ | |
@JsonProperty("sp_s_18") | |
private String foodSubcategories | |
/** | |
食品次亚类 | |
Food sub-subcategories | |
*/ | |
@JsonProperty("sp_s_19") | |
private String foodSubSubcategories | |
/** | |
食品细类 | |
Food category | |
*/ | |
@JsonProperty("sp_s_20") | |
private String foodCategory | |
/** | |
样品来源 | |
Sample source | |
*/ | |
@JsonProperty("sp_s_21") | |
private String sampleSource | |
/** | |
年销售额 | |
Annual sales | |
*/ | |
@JsonProperty("sp_s_23") | |
private String annualSales | |
/** | |
抽样方式 | |
Sampling method | |
*/ | |
@JsonProperty("sp_s_24") | |
private String samplingMethod | |
/** | |
抽样工具 | |
Sampling tool | |
*/ | |
@JsonProperty("sp_s_25") | |
private String samplingTool | |
/** | |
规格型号 | |
Specification model | |
*/ | |
@JsonProperty("sp_s_26") | |
private String specificationModel | |
/** | |
样品批号 | |
Sample lot number | |
*/ | |
@JsonProperty("sp_s_27") | |
private String sampleLotNumber | |
/** | |
生产(加工、购进)日期 | |
Production (processing, purchase) date | |
*/ | |
@JsonProperty("sp_d_28") | |
private String productionProcessingPurchaseDate | |
/** | |
保质期 | |
Shelf life | |
*/ | |
@JsonProperty("sp_n_29") | |
private String shelfLife | |
/** | |
抽样时样品储存条件 | |
Sample storage conditions during sampling | |
*/ | |
@JsonProperty("sp_s_30") | |
private String sampleStorageConditionsDuringSampling | |
/** | |
样品包装 | |
Sample packaging | |
*/ | |
@JsonProperty("sp_s_33") | |
private String samplePackaging | |
/** | |
备注 | |
Remarks | |
*/ | |
@JsonProperty("sp_s_34") | |
private String remarks | |
/** | |
抽样单位名称 | |
Name of sampling unit | |
*/ | |
@JsonProperty("sp_s_35") | |
private String nameOfSamplingUnit | |
/** | |
抽样日期 | |
Sampling date | |
*/ | |
@JsonProperty("sp_d_38") | |
private String samplingDate | |
/** | |
抽样人员电话 | |
Sampler phone | |
*/ | |
@JsonProperty("sp_s_39") | |
private String samplerPhone | |
/** | |
抽样单位联系人 | |
Contact person of sampling unit | |
*/ | |
@JsonProperty("sp_s_40") | |
private String contactPersonOfSamplingUnit | |
/** | |
检验目的/任务类别 | |
Inspection purpose/task category | |
*/ | |
@JsonProperty("sp_s_44") | |
private String inspectionPurposeTaskCategory | |
/** | |
样品形态 | |
Sample form | |
*/ | |
@JsonProperty("sp_s_61") | |
private String sampleForm | |
/** | |
样品类型 | |
Sample type | |
*/ | |
@JsonProperty("sp_s_62") | |
private String sampleType | |
/** | |
包装分类 | |
Packaging classification | |
*/ | |
@JsonProperty("sp_s_63") | |
private String packagingClassification | |
/** | |
生产企业名称 | |
Manufacturing company name | |
*/ | |
@JsonProperty("sp_s_64") | |
private String manufacturingCompanyName | |
/** | |
生产企业地址 | |
Manufacturing company address | |
*/ | |
@JsonProperty("sp_s_65") | |
private String manufacturingCompanyAddress | |
/** | |
抽样环节 | |
Sampling link | |
*/ | |
@JsonProperty("sp_s_68") | |
private String samplingLink | |
/** | |
执行标准/技术文件 | |
Implementation standards/technical documents | |
*/ | |
@JsonProperty("sp_s_72") | |
private String implementationStandardsTechnicalDocuments | |
/** | |
质量等级 | |
quality level | |
*/ | |
@JsonProperty("sp_s_73") | |
private String qualityLevel | |
/** | |
样品商标 | |
Sample trademark | |
*/ | |
@JsonProperty("sp_s_74") | |
private String sampleTrademark | |
/** | |
生产企业联系人 | |
Contact person of production enterprise | |
*/ | |
@JsonProperty("sp_s_75") | |
private String contactPersonOfProductionEnterprise | |
/** | |
生产企业电话 | |
Production company telephone | |
*/ | |
@JsonProperty("sp_s_76") | |
private String productionCompanyTelephone | |
/** | |
接样日期 | |
Sample date | |
*/ | |
@JsonProperty("sp_d_86") | |
private String sampleDate | |
/** | |
区域类型 | |
Area type | |
*/ | |
@JsonProperty("sp_s_201") | |
private String areaType | |
/** | |
生产企业所在地省 | |
Province where the manufacturing company is located | |
*/ | |
@JsonProperty("sp_s_202") | |
private String provinceWhereTheManufacturingCompanyIsLocated | |
/** | |
样品属性 | |
Sample properties | |
*/ | |
@JsonProperty("sp_s_203") | |
private String sampleProperties | |
/** | |
单价 | |
unit price | |
*/ | |
@JsonProperty("sp_s_204") | |
private String unitPrice | |
/** | |
抽样基数 | |
Sampling base | |
*/ | |
@JsonProperty("sp_s_206") | |
private String samplingBase | |
/** | |
备样数量 | |
Number of samples | |
*/ | |
@JsonProperty("sp_s_208") | |
private String numberOfSamples | |
/** | |
抽样单位地址 | |
Sampling unit address | |
*/ | |
@JsonProperty("sp_s_211") | |
private String samplingUnitAddress | |
/** | |
抽样单位邮编 | |
Zip code of sampling unit | |
*/ | |
@JsonProperty("sp_s_212") | |
private String zipCodeOfSamplingUnit | |
/** | |
抽样单位传真 | |
Fax of sampling unit | |
*/ | |
@JsonProperty("sp_s_213") | |
private String faxOfSamplingUnit | |
/** | |
抽检场所营业执照/社会信用代码 | |
Sampling site business license/social credit code | |
*/ | |
@JsonProperty("sp_s_215") | |
private String samplingSiteBusinessLicenseSocialCreditCode | |
/** | |
生产企业所在地市 | |
City where the manufacturing company is located | |
*/ | |
@JsonProperty("sp_s_220") | |
private String cityWhereTheManufacturingCompanyIsLocated | |
/** | |
生产企业所在地县 | |
County where the production company is located | |
*/ | |
@JsonProperty("sp_s_221") | |
private String countyWhereTheProductionCompanyIsLocated | |
/** | |
样品条码 | |
Sample barcode | |
*/ | |
@JsonProperty("sp_s_222") | |
private String sampleBarcode | |
/** | |
任务来源 | |
Task source | |
*/ | |
@JsonProperty("sp_s_2_1") | |
private String taskSource | |
/** | |
抽检场所传真 | |
Fax of sampling site | |
*/ | |
@JsonProperty("sp_s_bsfl") | |
private String faxOfSamplingSite | |
/** | |
第三方(委托)联系人 | |
Third party (delegated) contact | |
*/ | |
@JsonProperty("sp_s_lxr") | |
private String thirdPartyDelegatedContact | |
/** | |
第三方(委托)生产许可证编号 | |
Third Party (Entrusted) Production License Number | |
*/ | |
@JsonProperty("sp_s_qs") | |
private String thirdPartyEntrustedProductionLicenseNumber | |
/** | |
第三方(委托)企业地址 | |
Third party (entrusted) company address | |
*/ | |
@JsonProperty("sp_s_qydz") | |
private String thirdPartyEntrustedCompanyAddress | |
/** | |
第三方(委托)企业名称 | |
Third party (entrusted) company name | |
*/ | |
@JsonProperty("sp_s_qymc") | |
private String thirdPartyEntrustedCompanyName | |
/** | |
是否进口 | |
Whether to import | |
*/ | |
@JsonProperty("sp_s_sfjk") | |
private String whetherToImport | |
/** | |
是否存在第三方(委托)企业信息 | |
Whether there is third-party (entrusted) corporate information | |
*/ | |
@JsonProperty("sp_s_sfwtsc") | |
private String whetherThereIsThirdPartyEntrustedCorporateInformation | |
/** | |
第三方(委托)电话 | |
Third party (entrusted) telephone | |
*/ | |
@JsonProperty("sp_s_tel") | |
private String thirdPartyEntrustedTelephone | |
/** | |
第三方(委托)省 | |
Third Party (Entrusted) Province | |
*/ | |
@JsonProperty("sp_s_wtsheng") | |
private String thirdPartyEntrustedProvince | |
/** | |
第三方(委托)市 | |
Third Party (Entrusted) City | |
*/ | |
@JsonProperty("sp_s_wtshi") | |
private String thirdPartyEntrustedCity | |
/** | |
第三方(委托)县 | |
Third Party (Entrusted) County | |
*/ | |
@JsonProperty("sp_s_wtxian") | |
private String thirdPartyEntrustedCounty | |
/** | |
原产地 | |
place of origin | |
*/ | |
@JsonProperty("sp_s_ycg") | |
private String placeOfOrigin | |
/** | |
许可证类型 | |
License type | |
*/ | |
@JsonProperty("sp_xkz") | |
private String licenseType | |
/** | |
许可证号 | |
Permit number | |
*/ | |
@JsonProperty("sp_xkz_id") | |
private String permitNumber | |
/** | |
条码号 | |
Barcode number | |
*/ | |
@JsonProperty("barcode") | |
private String barcodeNumber | |
/** | |
彩虹码号 | |
Rainbow code number | |
*/ | |
@JsonProperty("rainbowcode") | |
private String rainbowCodeNumber | |
/** | |
彩虹码路径 | |
Rainbow code path | |
*/ | |
@JsonProperty("rainbowcode_url") | |
private String rainbowCodePath | |
/** | |
批准文号 | |
Approval Number | |
*/ | |
@JsonProperty("health_code") | |
private String approvalNumber | |
/** | |
功能类别集合 | |
Function category collection | |
*/ | |
@JsonProperty("health_func_cat") | |
private String functionCategoryCollection | |
/** | |
检验机构名称 | |
Name of inspection agency | |
*/ | |
@JsonProperty("sp_s_43") | |
private String nameOfInspectionAgency | |
/** | |
收检日期 | |
Inspection date | |
*/ | |
@JsonProperty("sp_d_46") | |
private String inspectionDate | |
/** | |
检验机构联系人 | |
Contact person of inspection agency | |
*/ | |
@JsonProperty("sp_s_49") | |
private String contactPersonOfInspectionAgency | |
/** | |
检验机构联系人电话 | |
Contact number of inspection agency | |
*/ | |
@JsonProperty("sp_s_50") | |
private String contactNumberOfInspectionAgency | |
/** | |
检验机构联系人邮箱 | |
Inspection agency contact email | |
*/ | |
@JsonProperty("sp_s_51") | |
private String inspectionAgencyContactEmail | |
/** | |
检查封样人员 | |
Inspection and sealing personnel | |
*/ | |
@JsonProperty("sp_s_85") | |
private String inspectionAndSealingPersonnel | |
/** | |
检查封样人电话 | |
Check the sample sealer's phone | |
*/ | |
@JsonProperty("sp_s_87") | |
private String checkTheSampleSealerSPhone | |
/** | |
检查封样人邮箱 | |
Check the email of the person who seals the sample | |
*/ | |
@JsonProperty("sp_s_88") | |
private String checkTheEmailOfThePersonWhoSealsTheSample | |
/** | |
抽样人员 | |
Sampler | |
*/ | |
@JsonProperty("sp_s_37") | |
private String sampler | |
/** | |
联系人电话 | |
contact number | |
*/ | |
@JsonProperty("sp_s_41") | |
private String contactNumber | |
/** | |
抽样人邮箱 | |
Sampler mailbox | |
*/ | |
@JsonProperty("sp_s_42") | |
private String samplerMailbox | |
/** | |
抽样单位等级 | |
Sampling unit level | |
*/ | |
@JsonProperty("sp_s_36") | |
private String samplingUnitLevel | |
/** | |
抽样单位所在省份 | |
Province of the sampling unit | |
*/ | |
@JsonProperty("sp_s_52") | |
private String provinceOfTheSamplingUnit | |
/** | |
样品网址 | |
Sample URL | |
*/ | |
@JsonProperty("sp_s_dwwz") | |
private String sampleUrl | |
/** | |
抽样单图片路径 | |
Sample image path | |
*/ | |
@JsonProperty("sp_s_wcmc") | |
private String sampleImagePath | |
/** | |
网络平台营业执照号 | |
Online platform business license number | |
*/ | |
@JsonProperty("sp_s_wcyyzzh") | |
private String onlinePlatformBusinessLicenseNumber | |
/** | |
入网许可证号或ICP经营许可证 | |
Network license number or ICP operating license | |
*/ | |
@JsonProperty("sp_s_wcicp") | |
private String networkLicenseNumberOrIcpOperatingLicense | |
/** | |
网抽平台所在地省 | |
Province where the network pumping platform is located | |
*/ | |
@JsonProperty("sp_s_wcsheng") | |
private String provinceWhereTheNetworkPumpingPlatformIsLocated | |
/** | |
网抽平台所在地市 | |
City where the network pumping platform is located | |
*/ | |
@JsonProperty("sp_s_wcshi") | |
private String cityWhereTheNetworkPumpingPlatformIsLocated | |
/** | |
网抽平台所在地县 | |
County where the network pumping platform is located | |
*/ | |
@JsonProperty("sp_s_wcxian") | |
private String countyWhereTheNetworkPumpingPlatformIsLocated | |
/** | |
网抽平台地址 | |
Network pumping platform address | |
*/ | |
@JsonProperty("sp_s_wcdz") | |
private String networkPumpingPlatformAddress | |
/** | |
告知书图片路径 | |
Notice picture path | |
*/ | |
@JsonProperty("sp_s_wcwz") | |
private String noticePicturePath | |
/** | |
网抽平台联系人 | |
Network pumping platform contact | |
*/ | |
@JsonProperty("sp_s_wclxr") | |
private String networkPumpingPlatformContact | |
/** | |
网抽平台联系电话 | |
Web Pumping Platform Contact Number | |
*/ | |
@JsonProperty("sp_s_wctel") | |
private String webPumpingPlatformContactNumber | |
/** | |
网抽平台订单编号 | |
Net pumping platform order number | |
*/ | |
@JsonProperty("sp_s_wcbh") | |
private String netPumpingPlatformOrderNumber | |
/** | |
是否提交 | |
Whether to submit | |
*/ | |
@JsonProperty("is_submit") | |
private String whetherToSubmit | |
/** | |
网店店铺名称 | |
Online shop name | |
*/ | |
@JsonProperty("sp_s_wcdpmc ") | |
private String onlineShopName | |
/** | |
生产、加工、购进 日期的标识表明具体是哪个类型的日期 | |
The marking of the date of production, processing, and purchase indicates which type of date it is | |
*/ | |
@JsonProperty("sp_d_28_name") | |
private String theMarkingOfTheDateOfProductionProcessingAndPurchaseIndicatesWhichTypeOfDateItIs | |
/** | |
抽样类型 | |
Sampling type | |
*/ | |
@JsonProperty("sp_s_cycj") | |
private String samplingType | |
/** | |
第三方性质 | |
Third party nature | |
*/ | |
@JsonProperty("sp_s_wtxz") | |
private String thirdPartyNature | |
/** | |
报送任务b | |
Submit task b | |
*/ | |
@JsonProperty("scbname") | |
private String submitTaskB | |
/** | |
报送任务a | |
Submit task a | |
*/ | |
@JsonProperty("scaname") | |
private String submitTaskA | |
/** | |
检测项目信息 | |
Test item information | |
*/ | |
@JsonProperty("itemInfo") | |
private String testItemInformation | |
/** | |
项目名称 | |
project name | |
*/ | |
@JsonProperty("item") | |
private String projectName | |
/** | |
项目类型 | |
project type | |
*/ | |
@JsonProperty("itemType") | |
private String projectType | |
/** | |
(保健食品功效) | |
(Health Food Effect) | |
*/ | |
@JsonProperty("gnlb") | |
private String healthFoodEffect | |
/** | |
判定依据集合 | |
Judgment basis set | |
*/ | |
@JsonProperty("verifyReason") | |
private String judgmentBasisSet | |
/** | |
标准最小允许限单位 | |
Standard minimum allowable unit | |
*/ | |
@JsonProperty("spdata_10") | |
private String standardMinimumAllowableUnit | |
/** | |
标准最小允许限 | |
Standard minimum allowable limit | |
*/ | |
@JsonProperty("spdata_9") | |
private String standardMinimumAllowableLimit | |
/** | |
最大允许限 | |
Maximum allowable limit | |
*/ | |
@JsonProperty("spdata_15") | |
private String maximumAllowableLimit | |
/** | |
标准最大允许限 | |
Standard maximum allowable limit | |
*/ | |
@JsonProperty("spdata_13") | |
private String standardMaximumAllowableLimit | |
/** | |
标准最大允许限单位 | |
Standard maximum allowable unit | |
*/ | |
@JsonProperty("spdata_14") | |
private String standardMaximumAllowableUnit | |
/** | |
判定依据 | |
Judgment basis | |
*/ | |
@JsonProperty("spdata_4") | |
private String judgmentBasis | |
/** | |
最小允许限 | |
Minimum allowable limit | |
*/ | |
@JsonProperty("spdata_11") | |
private String minimumAllowableLimit | |
/** | |
检验依据集合 | |
Test basis set | |
*/ | |
@JsonProperty("testReason") | |
private String testBasisSet | |
/** | |
备注 | |
Remarks | |
*/ | |
@JsonProperty("bz") | |
private String remarks | |
/** | |
检验依据 | |
Test based on | |
*/ | |
@JsonProperty("spdata_3") | |
private String testBasedOn | |
/** | |
结果单位 | |
Result unit | |
*/ | |
@JsonProperty("spdata_18") | |
private String resultUnit | |
/** | |
检验依据简称 | |
Abbreviation of inspection basis | |
*/ | |
@JsonProperty("sm") | |
private String abbreviationOfInspectionBasis | |
/** | |
标准检出限单位 | |
Standard detection limit unit | |
*/ | |
@JsonProperty("spdata_6") | |
private String standardDetectionLimitUnit | |
/** | |
标准检出限 | |
Standard detection limit | |
*/ | |
@JsonProperty("spdata_5") | |
private String standardDetectionLimit | |
/** | |
报送分类a | |
Classification a | |
*/ | |
@JsonProperty("sp_s_70") | |
private String classificationA | |
/** | |
报送分类b | |
Classification b | |
*/ | |
@JsonProperty("sp_s_67") | |
private String classificationB | |
/** | |
必填项目 | |
Required items | |
*/ | |
@JsonProperty("inReserve") | |
private String requiredItems | |
} | |
} | |
Process finished with exit code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment