using System; using System.Text; using System.Collections.Generic; using System.Data; using HcUtility.Core; using Newtonsoft.Json; using System.Globalization; using Quartz.Util; using DSWeb.SoftMng.BLL; namespace DSWeb.SoftMng.Model { //DecHead public class OtherPacks { /// /// /// public int serialVersionUID { get; set; } /// /// /// public int decPid { get; set; } /// /// /// public string gNo { get; set; } /// /// /// public string packType { get; set; } /// /// /// public string packQty { get; set; } } public class DecCopLimits { /// /// /// public int decPid { get; set; } /// /// /// public string gNo { get; set; } /// /// /// public string entQualifNo { get; set; } /// /// /// public string entQualiftypeCode { get; set; } /// /// /// public string entQualiftypeName { get; set; } } public class DecDecUsers { /// /// /// public int decPid { get; set; } /// /// /// public string gNo { get; set; } /// /// /// public string useOrgpersonCode { get; set; } /// /// /// public string useOrgpersonTel { get; set; } } public class DecRequestCerts { /// /// /// public int decPid { get; set; } /// /// /// public string gNo { get; set; } /// /// /// public string appCertCode { get; set; } /// /// /// public string appCertName { get; set; } /// /// /// public string applOri { get; set; } /// /// /// public string applCopyQuan { get; set; } } public class DecEdocRealations { /// /// /// public int decPid { get; set; } /// /// /// public string cusCiqNo { get; set; } /// /// /// public string edocId { get; set; } /// /// /// public string edocCode { get; set; } /// /// /// public string edocNo { get; set; } /// /// /// public string opNote { get; set; } /// /// /// public string edocSize { get; set; } /// /// /// public string edocFomatType { get; set; } /// /// /// public string edocCopid { get; set; } /// /// /// public string edocOwnerCode { get; set; } /// /// /// public string signUnit { get; set; } /// /// /// public string signTime { get; set; } /// /// /// public string edocOwnerName { get; set; } /// /// /// public string edocUrl { get; set; } /// /// /// public string gNoStr { get; set; } } public class DecMarkLobs { /// /// /// public int decPid { get; set; } /// /// /// public string cusCiqNo { get; set; } /// /// /// public string gNo { get; set; } /// /// /// public string attachName { get; set; } /// /// /// public string attachType { get; set; } /// /// /// public string attachUrl { get; set; } } public class DecHeadVO { /// /// /// public int decPid { get; set; } /// /// /// public string iEFlag { get; set; } /// /// /// public string customMaster { get; set; } /// /// /// public string cnsnTradeCode { get; set; } /// /// /// public string iEPort { get; set; } /// /// /// public string manualNo { get; set; } /// /// /// public string contrNo { get; set; } /// /// public string entryId { get; set; } /// /// public string iEDate { get; set; } /// /// /// public string tradeCoScc { get; set; } /// /// /// public string tradeCode { get; set; } /// /// /// public string consigneeCode { get; set; } /// /// /// public string tradeName { get; set; } /// /// /// public string overseasConsignorCode { get; set; } /// /// /// public string overseasConsignorEname { get; set; } /// /// /// public string ownerCodeScc { get; set; } /// /// /// public string ownerCode { get; set; } /// /// /// public string ownerCiqCode { get; set; } /// /// /// public string ownerName { get; set; } /// /// /// public string agentCodeScc { get; set; } /// /// /// public string agentCode { get; set; } /// /// /// public string declRegNo { get; set; } /// /// /// public string agentName { get; set; } /// /// /// public string trafMode { get; set; } /// /// /// public string trafName { get; set; } /// /// /// public string voyageNo { get; set; } /// /// /// public string billNo { get; set; } /// /// /// public string tradeMode { get; set; } /// /// /// public string cutMode { get; set; } /// /// /// public string licenseNo { get; set; } /// /// /// public string tradeCountry { get; set; } /// /// /// public string distinatePort { get; set; } /// /// /// public string transMode { get; set; } /// /// /// public string feeMark { get; set; } /// /// /// public string feeRate { get; set; } /// /// /// public string feeCurr { get; set; } /// /// /// public string insurMark { get; set; } /// /// /// public string insurRate { get; set; } /// /// /// public string insurCurr { get; set; } /// /// /// public string otherMark { get; set; } /// /// /// public string otherRate { get; set; } /// /// /// public string otherCurr { get; set; } /// /// /// public string packNo { get; set; } /// /// /// public string wrapType { get; set; } /// /// /// public List otherPacks { get; set; } /// /// /// public string grossWt { get; set; } /// /// /// public string netWt { get; set; } /// /// /// public string tradeAreaCode { get; set; } /// /// /// public string entyPortCode { get; set; } /// /// /// public string goodSplace { get; set; } /// /// /// public string despPortCode { get; set; } /// /// /// public string entryType { get; set; } /// /// /// public string noteS { get; set; } /// /// /// public string promiseItmes { get; set; } /// /// /// public string markNo { get; set; } /// /// /// public string chkTax { get; set; } /// /// /// public string chkBond { get; set; } /// /// /// public string chkPayment { get; set; } /// /// /// public string chkSurety { get; set; } /// /// /// public string orgCode { get; set; } /// /// /// public List decCopLimits { get; set; } /// /// /// public string vsaOrgCode { get; set; } /// /// /// public string inspOrgCode { get; set; } /// /// /// public string despDate { get; set; } /// /// /// public string blno { get; set; } /// /// /// public string purpOrgCode { get; set; } /// /// /// public string correlationaNo { get; set; } /// /// /// public string correlationReasonFlag { get; set; } /// /// /// public List decDecUsers { get; set; } /// /// /// public string origBoxFlag { get; set; } /// /// /// public string specDeclFlag { get; set; } /// /// /// public List decRequestCerts { get; set; } /// /// /// public string overseasConsignorCname { get; set; } /// /// /// public string domesticConsigneeEname { get; set; } /// /// /// public string overseasConsigneeCode { get; set; } /// /// /// public string overseasConsigneeEname { get; set; } /// /// /// public string overseasConsignorAddr { get; set; } /// /// /// public string cmplDschrgDt { get; set; } /// /// /// public string relId { get; set; } /// /// /// public string relManno { get; set; } /// /// /// public string bonNo { get; set; } /// /// /// public string cusFie { get; set; } /// /// /// public List decEdocRealations { get; set; } /// /// /// public List decMarkLobs { get; set; } /// /// /// public string declareName { get; set; } /// /// /// public string declTrnrel { get; set; } /// /// /// public string dataSource { get; set; } /// /// /// public string cusCiqNo { get; set; } /// /// /// public string apprNo { get; set; } /// /// /// public string ediId { get; set; } /// /// /// public string billtype { get; set; } /// /// /// public string gEnName { get; set; } /// /// /// public string remarkInfo { get; set; } /// /// /// public string specDeclFlag2 { get; set; } /// /// /// public string inputerName { get; set; } /// /// /// public string copName { get; set; } /// /// /// public string createUser { get; set; } /// /// /// public string chkOther { get; set; } /// /// /// public string inputCodeScc { get; set; } } public class DecGoodsLimitvins { /// /// /// public int pid { get; set; } /// /// /// public int goodsLimitPid { get; set; } /// /// /// public string gNo { get; set; } /// /// /// public string licenceNo { get; set; } /// /// /// public string licTypeCode { get; set; } /// /// /// public string licTypeCodeValue { get; set; } /// /// /// public string vinNo { get; set; } /// /// /// public string billLaddate { get; set; } /// /// /// public string qualityQgp { get; set; } /// /// /// public string motorNo { get; set; } /// /// /// public string vinCode { get; set; } /// /// /// public string chassisNo { get; set; } /// /// /// public string invoiceNo { get; set; } /// /// /// public string invoiceNum { get; set; } /// /// /// public string prodCnnm { get; set; } /// /// /// public string prodEnnm { get; set; } /// /// /// public string modelEn { get; set; } /// /// /// public string pricePerunit { get; set; } /// /// /// public string goodsNo { get; set; } /// /// /// public string limitNo { get; set; } } public class DecGoodsLimits { /// /// /// public int goodsLimitPid { get; set; } /// /// /// public int decListPid { get; set; } /// /// /// public string gNo { get; set; } /// /// /// public string goodsNo { get; set; } /// /// /// public string licTypeCode { get; set; } /// /// /// public string licTypeCodeValue { get; set; } /// /// /// public string licenceNo { get; set; } /// /// /// public string licWrtofDetailno { get; set; } /// /// /// public string licWrtofQty { get; set; } /// /// /// public List decGoodsLimitvins { get; set; } /// /// /// public string licWrtofQtyUnit { get; set; } /// /// /// public string licWrtofQtyUnitValue { get; set; } } public class GoodsAttrList { /// /// /// public string goodsAttr { get; set; } /// /// /// public string goodsAttrValue { get; set; } } public class PreDecCiqXiangHui { /// /// /// public string certOriCode { get; set; } /// /// /// public string preTradeAgreeCode { get; set; } /// /// /// public string rcepOrigPlaceDocCode { get; set; } /// /// /// public string certOriModItemNum { get; set; } /// /// /// public string oriCertType { get; set; } } public class DecListVO { /// /// /// public int decPid { get; set; } /// /// /// public string gNo { get; set; } /// /// /// public string contrItem { get; set; } /// /// /// public string gTin { get; set; } /// /// /// public string autoPartNumber { get; set; } /// /// /// public string codeTs { get; set; } /// /// /// public string ciqName { get; set; } /// /// /// public string gName { get; set; } /// /// /// public string gModel { get; set; } /// /// /// public string gQty { get; set; } /// /// /// public string gUnit { get; set; } /// /// /// public string declPrice { get; set; } /// /// /// public string declTotal { get; set; } /// /// /// public string tradeCurr { get; set; } /// /// /// public string qty1 { get; set; } /// /// /// public string unit1 { get; set; } /// /// /// public string unit1Value { get; set; } /// /// /// public string exgVersion { get; set; } /// /// /// public string exgNo { get; set; } /// /// /// public string destinationCountry { get; set; } /// /// /// public string qty2 { get; set; } /// /// /// public string unit2 { get; set; } /// /// /// public string originCountry { get; set; } /// /// /// public string origPlaceCode { get; set; } /// /// /// public string districtCode { get; set; } /// /// /// public string destCode { get; set; } /// /// /// public string dutyMode { get; set; } /// /// /// public string stuffNote { get; set; } /// /// /// public string prodValidDt { get; set; } /// /// /// public string prodQgp { get; set; } /// /// /// public string engManentCnm { get; set; } /// /// /// public string goodsSpec { get; set; } /// /// /// public string goodsModel { get; set; } /// /// /// public string goodsBrand { get; set; } /// /// /// public string produceDate { get; set; } /// /// /// public string prodBatchNo { get; set; } /// /// /// public List decGoodsLimits { get; set; } /// /// /// public string goodsAttr { get; set; } /// /// /// public List goodsAttrList { get; set; } /// /// /// public string purpose { get; set; } /// /// /// public string noDangFlag { get; set; } /// /// /// public string unCode { get; set; } /// /// /// public string dangName { get; set; } /// /// /// public string dangPackType { get; set; } /// /// /// public string dangPackSpec { get; set; } /// /// /// public string ciqCode { get; set; } /// /// /// public string declGoodsEname { get; set; } /// /// /// public string mnufctrRegno { get; set; } /// /// /// public string useTo { get; set; } /// /// /// public string workUsd { get; set; } /// /// /// public string mnufctrRegname { get; set; } /// /// /// public string tradeName { get; set; } /// /// /// public string controlMa { get; set; } /// /// /// public string ref1 { get; set; } /// /// /// public string emsContrItem { get; set; } /// /// /// public string ciqMa { get; set; } /// /// /// public string conMaView { get; set; } /// /// /// public PreDecCiqXiangHui preDecCiqXiangHui { get; set; } } public class DecEcoRealations { /// /// /// public int pid { get; set; } /// /// /// public int decPid { get; set; } /// /// /// public int licenseGno { get; set; } /// /// /// public string cusCiqNo { get; set; } /// /// /// public string decGno { get; set; } /// /// /// public string ecoGno { get; set; } /// /// /// public string certType { get; set; } /// /// /// public string ecoCertno { get; set; } } public class DecLicensesVO { /// /// /// public int pid { get; set; } /// /// /// public int decPid { get; set; } /// /// /// public string gNo { get; set; } /// /// /// public string docuCode { get; set; } /// /// /// public string docuCodeValue { get; set; } /// /// /// public string certCode { get; set; } /// /// /// public List decEcoRealations { get; set; } } public class DecContainersVO { /// /// /// public int pid { get; set; } /// /// /// public int decPid { get; set; } /// /// /// public string gNo { get; set; } /// /// /// public string lclFlag { get; set; } /// /// /// public string goodsNo { get; set; } /// /// /// public string note { get; set; } /// /// /// public string containerNo { get; set; } /// /// /// public string containerSize { get; set; } /// /// /// public string containerSizeValue { get; set; } /// /// /// public string containerWeight { get; set; } } public class DecZh { /// /// /// public DecHeadVO decHeadVO { get; set; } /// /// /// public List decListVO { get; set; } /// /// /// public List decLicensesVO { get; set; } /// /// /// public List decContainersVO { get; set; } } }