using System; using System.Collections.Generic; using Jd.Api.Response; using Jd.Api.Util; namespace Jd.Api.Request { public class EclpGoodsUpdateGoodsInfoRequest : JdRequestBase { public string goodsNo {get; set;} public string spGoodsNo {get; set;} public string barcodes {get; set;} public string abbreviation {get; set;} public string brandNo {get; set;} public string brandName {get; set;} public string manufacturer {get; set;} public string produceAddress {get; set;} public string standard {get; set;} public string color {get; set;} public string size {get; set;} public string sizeDefinition {get; set;} public Nullable grossWeight {get; set;} public Nullable netWeight {get; set;} public Nullable length {get; set;} public Nullable width {get; set;} public Nullable height {get; set;} public string batch {get; set;} public string cheapGift {get; set;} public string quality {get; set;} public string expensive {get; set;} public string luxury {get; set;} public string breakable {get; set;} public string liquid {get; set;} public string consumables {get; set;} public string abnormal {get; set;} public string imported {get; set;} public string health {get; set;} public string temperature {get; set;} public string temperatureCeil {get; set;} public string temperatureFloor {get; set;} public string humidity {get; set;} public string humidityCeil {get; set;} public string humidityFloor {get; set;} public string movable {get; set;} public string service3g {get; set;} public string sample {get; set;} public string odor {get; set;} public string sex {get; set;} public string precious {get; set;} public string mixedBatch {get; set;} public string reserve1 {get; set;} public string reserve2 {get; set;} public string reserve3 {get; set;} public string reserve4 {get; set;} public string reserve5 {get; set;} public string reserve6 {get; set;} public string reserve7 {get; set;} public string reserve8 {get; set;} public string reserve9 {get; set;} public string reserve10 {get; set;} public string fashionNo {get; set;} public string goodsMess {get; set;} public string isvGoodsNo {get; set;} public string deptNo {get; set;} public string signType {get; set;} public string overseaPurchase {get; set;} public string qiRecord {get; set;} public string customRecord {get; set;} public string pattern {get; set;} public string ccProvider {get; set;} public string bondedArea {get; set;} public string sellerRecord {get; set;} public string batAttrIds {get; set;} public string needJDRecord {get; set;} public string modelNumber {get; set;} public string spe {get; set;} public Nullable vatRate {get; set;} public Nullable taxRate {get; set;} public string taxNumberPost {get; set;} public string postRate {get; set;} public string hsCode {get; set;} public string country {get; set;} public string qiCountry {get; set;} public string flag {get; set;} public string legalUnit1 {get; set;} public string legalAmount1 {get; set;} public string legalUnit2 {get; set;} public string legalAmount2 {get; set;} public string measurement {get; set;} public string qiMeasurement {get; set;} public string delivery {get; set;} public string storeProperty {get; set;} public string productCategory {get; set;} public string category {get; set;} public string approvalNo {get; set;} public string storage {get; set;} public string form {get; set;} public string type {get; set;} public string specification {get; set;} public string genericName {get; set;} public string dosage {get; set;} public string useMethods {get; set;} public string packingUnit {get; set;} public string efficacy {get; set;} public string manufactory {get; set;} public string price {get; set;} public string storeSaleFlag {get; set;} public string keyMaintenance {get; set;} public string specialDrugs {get; set;} public string marketingAuthorizationHolder {get; set;} public string boxRule {get; set;} public Nullable warningDay {get; set;} public Nullable regularAdventDay {get; set;} public Nullable urgentAdventDay {get; set;} public Nullable adventDay {get; set;} public string easyPollute {get; set;} public string muslim {get; set;} public string boxRegulations {get; set;} public Nullable allowedDay {get; set;} public string sellerFirstCategory {get; set;} public string sellerSecondCategory {get; set;} public string sellerThirdCategory {get; set;} public string sellerFirstCategoryNo {get; set;} public string sellerSecondCategoryNo {get; set;} public string sellerThirdCategoryNo {get; set;} public string athletesUseCaution {get; set;} public string elecSupervisionCodeFlag {get; set;} public string hgsbys {get; set;} public string goodsUnit {get; set;} public string uniqueCode {get; set;} public string productLine {get; set;} public string isStandardInstrument {get; set;} public string isColdChain {get; set;} public string isDetachablePackage {get; set;} public string certificateNo {get; set;} public string businessTypeName {get; set;} public string ownerTypeName {get; set;} public string packageTypeName {get; set;} public string materialTypeName {get; set;} public string model {get; set;} public string clothingAttr {get; set;} public string clothingStyle {get; set;} public string clothingVersionType {get; set;} public string clothingSilhouette {get; set;} public string clothingThickness {get; set;} public string clothingWeek {get; set;} public string bodyParts {get; set;} public string styleSex {get; set;} public string listedBand {get; set;} public string expectListedTime {get; set;} public string fabric {get; set;} public string washing {get; set;} public string year {get; set;} public string productSeason {get; set;} public string afterSaleFlag {get; set;} public string productionLicenseNo {get; set;} public string transportTemperature {get; set;} public string boxUniqueCode {get; set;} public string auxiliary {get; set;} public string goodsNameEn {get; set;} public Nullable minSaleQuantity {get; set;} public Nullable minPackageQuantity {get; set;} public string packageInstruction {get; set;} public string texture {get; set;} public string substrate {get; set;} public string executiveStandard {get; set;} public string processTechnology {get; set;} public string allSerial {get; set;} public string isRcvDate {get; set;} public string renewPackage {get; set;} public string imgUrls {get; set;} public string warehouseInsured {get; set;} public string transportInsured {get; set;} public override string ApiName { get{return "jingdong.eclp.goods.updateGoodsInfo";} } protected override void PrepareParam(IDictionary parameters) { parameters.Add("goodsNo", this. goodsNo ); parameters.Add("spGoodsNo", this. spGoodsNo ); parameters.Add("barcodes", this. barcodes ); parameters.Add("abbreviation", this. abbreviation ); parameters.Add("brandNo", this. brandNo ); parameters.Add("brandName", this. brandName ); parameters.Add("manufacturer", this. manufacturer ); parameters.Add("produceAddress", this. produceAddress ); parameters.Add("standard", this. standard ); parameters.Add("color", this. color ); parameters.Add("size", this. size ); parameters.Add("sizeDefinition", this. sizeDefinition ); parameters.Add("grossWeight", this. grossWeight ); parameters.Add("netWeight", this. netWeight ); parameters.Add("length", this. length ); parameters.Add("width", this. width ); parameters.Add("height", this. height ); parameters.Add("batch", this. batch ); parameters.Add("cheapGift", this. cheapGift ); parameters.Add("quality", this. quality ); parameters.Add("expensive", this. expensive ); parameters.Add("luxury", this. luxury ); parameters.Add("breakable", this. breakable ); parameters.Add("liquid", this. liquid ); parameters.Add("consumables", this. consumables ); parameters.Add("abnormal", this. abnormal ); parameters.Add("imported", this. imported ); parameters.Add("health", this. health ); parameters.Add("temperature", this. temperature ); parameters.Add("temperatureCeil", this. temperatureCeil ); parameters.Add("temperatureFloor", this. temperatureFloor ); parameters.Add("humidity", this. humidity ); parameters.Add("humidityCeil", this. humidityCeil ); parameters.Add("humidityFloor", this. humidityFloor ); parameters.Add("movable", this. movable ); parameters.Add("service3g", this. service3g ); parameters.Add("sample", this. sample ); parameters.Add("odor", this. odor ); parameters.Add("sex", this. sex ); parameters.Add("precious", this. precious ); parameters.Add("mixedBatch", this. mixedBatch ); parameters.Add("reserve1", this. reserve1 ); parameters.Add("reserve2", this. reserve2 ); parameters.Add("reserve3", this. reserve3 ); parameters.Add("reserve4", this. reserve4 ); parameters.Add("reserve5", this. reserve5 ); parameters.Add("reserve6", this. reserve6 ); parameters.Add("reserve7", this. reserve7 ); parameters.Add("reserve8", this. reserve8 ); parameters.Add("reserve9", this. reserve9 ); parameters.Add("reserve10", this. reserve10 ); parameters.Add("fashionNo", this. fashionNo ); parameters.Add("goodsMess", this. goodsMess ); parameters.Add("isvGoodsNo", this. isvGoodsNo ); parameters.Add("deptNo", this. deptNo ); parameters.Add("signType", this. signType ); parameters.Add("overseaPurchase", this. overseaPurchase ); parameters.Add("qiRecord", this. qiRecord ); parameters.Add("customRecord", this. customRecord ); parameters.Add("pattern", this. pattern ); parameters.Add("ccProvider", this. ccProvider ); parameters.Add("bondedArea", this. bondedArea ); parameters.Add("sellerRecord", this. sellerRecord ); parameters.Add("batAttrIds", this. batAttrIds ); parameters.Add("needJDRecord", this. needJDRecord ); parameters.Add("modelNumber", this. modelNumber ); parameters.Add("spe", this. spe ); parameters.Add("vatRate", this. vatRate ); parameters.Add("taxRate", this. taxRate ); parameters.Add("taxNumberPost", this. taxNumberPost ); parameters.Add("postRate", this. postRate ); parameters.Add("hsCode", this. hsCode ); parameters.Add("country", this. country ); parameters.Add("qiCountry", this. qiCountry ); parameters.Add("flag", this. flag ); parameters.Add("legalUnit1", this. legalUnit1 ); parameters.Add("legalAmount1", this. legalAmount1 ); parameters.Add("legalUnit2", this. legalUnit2 ); parameters.Add("legalAmount2", this. legalAmount2 ); parameters.Add("measurement", this. measurement ); parameters.Add("qiMeasurement", this. qiMeasurement ); parameters.Add("delivery", this. delivery ); parameters.Add("storeProperty", this. storeProperty ); parameters.Add("productCategory", this. productCategory ); parameters.Add("category", this. category ); parameters.Add("approvalNo", this. approvalNo ); parameters.Add("storage", this. storage ); parameters.Add("form", this. form ); parameters.Add("type", this. type ); parameters.Add("specification", this. specification ); parameters.Add("genericName", this. genericName ); parameters.Add("dosage", this. dosage ); parameters.Add("useMethods", this. useMethods ); parameters.Add("packingUnit", this. packingUnit ); parameters.Add("efficacy", this. efficacy ); parameters.Add("manufactory", this. manufactory ); parameters.Add("price", this. price ); parameters.Add("storeSaleFlag", this. storeSaleFlag ); parameters.Add("keyMaintenance", this. keyMaintenance ); parameters.Add("specialDrugs", this. specialDrugs ); parameters.Add("marketingAuthorizationHolder", this. marketingAuthorizationHolder ); parameters.Add("boxRule", this. boxRule ); parameters.Add("warningDay", this. warningDay ); parameters.Add("regularAdventDay", this. regularAdventDay ); parameters.Add("urgentAdventDay", this. urgentAdventDay ); parameters.Add("adventDay", this. adventDay ); parameters.Add("easyPollute", this. easyPollute ); parameters.Add("muslim", this. muslim ); parameters.Add("boxRegulations", this. boxRegulations ); parameters.Add("allowedDay", this. allowedDay ); parameters.Add("sellerFirstCategory", this. sellerFirstCategory ); parameters.Add("sellerSecondCategory", this. sellerSecondCategory ); parameters.Add("sellerThirdCategory", this. sellerThirdCategory ); parameters.Add("sellerFirstCategoryNo", this. sellerFirstCategoryNo ); parameters.Add("sellerSecondCategoryNo", this. sellerSecondCategoryNo ); parameters.Add("sellerThirdCategoryNo", this. sellerThirdCategoryNo ); parameters.Add("athletesUseCaution", this. athletesUseCaution ); parameters.Add("elecSupervisionCodeFlag", this. elecSupervisionCodeFlag ); parameters.Add("hgsbys", this. hgsbys ); parameters.Add("goodsUnit", this. goodsUnit ); parameters.Add("uniqueCode", this. uniqueCode ); parameters.Add("productLine", this. productLine ); parameters.Add("isStandardInstrument", this. isStandardInstrument ); parameters.Add("isColdChain", this. isColdChain ); parameters.Add("isDetachablePackage", this. isDetachablePackage ); parameters.Add("certificateNo", this. certificateNo ); parameters.Add("businessTypeName", this. businessTypeName ); parameters.Add("ownerTypeName", this. ownerTypeName ); parameters.Add("packageTypeName", this. packageTypeName ); parameters.Add("materialTypeName", this. materialTypeName ); parameters.Add("model", this. model ); parameters.Add("clothingAttr", this. clothingAttr ); parameters.Add("clothingStyle", this. clothingStyle ); parameters.Add("clothingVersionType", this. clothingVersionType ); parameters.Add("clothingSilhouette", this. clothingSilhouette ); parameters.Add("clothingThickness", this. clothingThickness ); parameters.Add("clothingWeek", this. clothingWeek ); parameters.Add("bodyParts", this. bodyParts ); parameters.Add("styleSex", this. styleSex ); parameters.Add("listedBand", this. listedBand ); parameters.Add("expectListedTime", this. expectListedTime ); parameters.Add("fabric", this. fabric ); parameters.Add("washing", this. washing ); parameters.Add("year", this. year ); parameters.Add("productSeason", this. productSeason ); parameters.Add("afterSaleFlag", this. afterSaleFlag ); parameters.Add("productionLicenseNo", this. productionLicenseNo ); parameters.Add("transportTemperature", this. transportTemperature ); parameters.Add("boxUniqueCode", this. boxUniqueCode ); parameters.Add("auxiliary", this. auxiliary ); parameters.Add("goodsNameEn", this. goodsNameEn ); parameters.Add("minSaleQuantity", this. minSaleQuantity ); parameters.Add("minPackageQuantity", this. minPackageQuantity ); parameters.Add("packageInstruction", this. packageInstruction ); parameters.Add("texture", this. texture ); parameters.Add("substrate", this. substrate ); parameters.Add("executiveStandard", this. executiveStandard ); parameters.Add("processTechnology", this. processTechnology ); parameters.Add("allSerial", this. allSerial ); parameters.Add("isRcvDate", this. isRcvDate ); parameters.Add("renewPackage", this. renewPackage ); parameters.Add("imgUrls", this. imgUrls ); parameters.Add("warehouseInsured", this. warehouseInsured ); parameters.Add("transportInsured", this. transportInsured ); } } }