| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507 |
- using System.ComponentModel;
- namespace Core.StlMes.Client.Judge.ViewModels
- {
- public class YdmZcBillMyEntity
- {
- private string realinvoiceno;
- [Description("发票号")]
- public string Realinvoiceno
- {
- get { return realinvoiceno; }
- set { realinvoiceno = value; }
- }
- private string delvryAddr;
- [Description("交货地点")]
- public string DelvryAddr
- {
- get { return delvryAddr; }
- set { delvryAddr = value; }
- }
- private string orderSeqNo;
- [Description("合同号")]
- public string OrderSeqNo
- {
- get { return orderSeqNo; }
- set { orderSeqNo = value; }
- }
- private string orderNo;
- [Description("合同头号")]
- public string OrderNo
- {
- get { return orderNo; }
- set { orderNo = value; }
- }
- private string orderSeq;
- [Description("合同行号")]
- public string OrderSeq
- {
- get { return orderSeq; }
- set { orderSeq = value; }
- }
- private string zbsOrderNo;
- [Description("质保书合同号")]
- public string ZbsOrderNo
- {
- get { return zbsOrderNo; }
- set { zbsOrderNo = value; }
- }
- private string deliveryNo;
- [Description("交货行号")]
- public string DeliveryNo
- {
- get { return deliveryNo; }
- set { deliveryNo = value; }
- }
- private string ordPk;
- [Description("合同主键")]
- public string OrdPk
- {
- get { return ordPk; }
- set { ordPk = value; }
- }
- private string ordLnPk;
- [Description("合同行主键")]
- public string OrdLnPk
- {
- get { return ordLnPk; }
- set { ordLnPk = value; }
- }
- private string ordLnDlyPk;
- [Description("交货行主键")]
- public string OrdLnDlyPk
- {
- get { return ordLnDlyPk; }
- set { ordLnDlyPk = value; }
- }
- private string produccode;
- [Description("品名代码")]
- public string Produccode
- {
- get { return produccode; }
- set { produccode = value; }
- }
- private string producname;
- [Description("品名")]
- public string Producname
- {
- get { return producname; }
- set { producname = value; }
- }
- private string steelcode;
- [Description("钢级代码")]
- public string Steelcode
- {
- get { return steelcode; }
- set { steelcode = value; }
- }
- private string steelname;
- [Description("钢级牌号")]
- public string Steelname
- {
- get { return steelname; }
- set { steelname = value; }
- }
- private string stdCode;
- [Description("标准代码")]
- public string StdCode
- {
- get { return stdCode; }
- set { stdCode = value; }
- }
- private string stdName;
- [Description("标准名称")]
- public string StdName
- {
- get { return stdName; }
- set { stdName = value; }
- }
- private string stdStyle;
- [Description("标准类别代码")]
- public string StdStyle
- {
- get { return stdStyle; }
- set { stdStyle = value; }
- }
- private string stdStyleDesc;
- [Description("标准类别")]
- public string StdStyleDesc
- {
- get { return stdStyleDesc; }
- set { stdStyleDesc = value; }
- }
- private string modelCode;
- [Description("扣型代码")]
- public string ModelCode
- {
- get { return modelCode; }
- set { modelCode = value; }
- }
- private string modelDesc;
- [Description("扣型")]
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = value; }
- }
- private string specCode;
- [Description("规格代码")]
- public string SpecCode
- {
- get { return specCode; }
- set { specCode = value; }
- }
- private string specName;
- [Description("产品规格")]
- public string SpecName
- {
- get { return specName; }
- set { specName = value; }
- }
- private string lenMin;
- [Description("下限")]
- public string LenMin
- {
- get { return lenMin; }
- set { lenMin = value; }
- }
- private string lenMax;
- [Description("上限")]
- public string LenMax
- {
- get { return lenMax; }
- set { lenMax = value; }
- }
- private string delvryQty;
- [Description("订货量")]
- public string DelvryQty
- {
- get { return delvryQty; }
- set { delvryQty = value; }
- }
- private string orderUnit;
- [Description("单位")]
- public string OrderUnit
- {
- get { return orderUnit; }
- set { orderUnit = value; }
- }
- private string wgtEstmt;
- [Description("估算重量(吨)")]
- public string WgtEstmt
- {
- get { return wgtEstmt; }
- set { wgtEstmt = value; }
- }
- private string actTransType;
- [Description("运输方式")]
- public string ActTransType
- {
- get { return actTransType; }
- set { actTransType = value; }
- }
- private string receivNo;
- [Description("收货单位编码")]
- public string ReceivNo
- {
- get { return receivNo; }
- set { receivNo = value; }
- }
- private string receivNm;
- [Description("收货单位")]
- public string ReceivNm
- {
- get { return receivNm; }
- set { receivNm = value; }
- }
- private string stlmtUnitNo;
- [Description("结算单位编码")]
- public string StlmtUnitNo
- {
- get { return stlmtUnitNo; }
- set { stlmtUnitNo = value; }
- }
- private string stlmtUnitNm;
- [Description("结算单位")]
- public string StlmtUnitNm
- {
- get { return stlmtUnitNm; }
- set { stlmtUnitNm = value; }
- }
- private string planWt;
- [Description("吨")]
- public string PlanWt
- {
- get { return planWt; }
- set { planWt = value; }
- }
- private string planNum;
- [Description("支")]
- public string PlanNum
- {
- get { return planNum; }
- set { planNum = value; }
- }
- private string actWt;
- [Description("吨")]
- public string ActWt
- {
- get { return actWt; }
- set { actWt = value; }
- }
- private string actNum;
- [Description("支")]
- public string ActNum
- {
- get { return actNum; }
- set { actNum = value; }
- }
- private string billNo;
- [Description("提单号")]
- public string BillNo
- {
- get { return billNo; }
- set { billNo = value; }
- }
- private string billNoSeq;
- [Description("序号")]
- public string BillNoSeq
- {
- get { return billNoSeq; }
- set { billNoSeq = value; }
- }
- private string customerNo;
- [Description("订货单位代码")]
- public string CustomerNo
- {
- get { return customerNo; }
- set { customerNo = value; }
- }
- private string customerNm;
- [Description("订货单位")]
- public string CustomerNm
- {
- get { return customerNm; }
- set { customerNm = value; }
- }
- private string zbsFlag = "";
- [Description("打印状态")]
- public string ZbsFlag
- {
- get { return zbsFlag; }
- set { zbsFlag = value; }
- }
- private string zbsNum = "";
- [Description("打印次数")]
- public string ZbsNum
- {
- get { return zbsNum; }
- set { zbsNum = value; }
- }
- private string zbsTime = "";
- [Description("打印时间")]
- public string ZbsTime
- {
- get { return zbsTime; }
- set { zbsTime = value; }
- }
- private string outTime = "";
- [Description("出库时间")]
- public string OutTime
- {
- get { return outTime; }
- set { outTime = value; }
- }
- private string zbsName = "";
- [Description("质保书")]
- public string ZbsName
- {
- get { return zbsName; }
- set { zbsName = value; }
- }
- private string zbsPath = "";
- [Description("质保书路径")]
- public string ZbsPath
- {
- get { return zbsPath; }
- set { zbsPath = value; }
- }
- private string finalUserDesc = "";
- [Description("最终用户")]
- public string FinalUserDesc
- {
- get { return finalUserDesc; }
- set { finalUserDesc = value; }
- }
- private string qualityUserDesc = "";
- [Description("质保书用户")]
- public string QualityUserDesc
- {
- get { return qualityUserDesc; }
- set { qualityUserDesc = value; }
- }
- private string askSubItmeVal = "";
- [Description("语言要求")]
- public string AskSubItmeVal
- {
- get { return askSubItmeVal; }
- set { askSubItmeVal = value; }
- }
- private string metricSystem = "";
- [Description("公英制方式")]
- public string MetricSystem
- {
- get { return metricSystem; }
- set { metricSystem = value; }
- }
- private string licenseNo = "";
- [Description("许可证号")]
- public string LicenseNo
- {
- get { return licenseNo; }
- set { licenseNo = value; }
- }
- private string plineName = "";
- [Description("产线名称")]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- private string craftNo = "";
- [Description("工艺文件号")]
- public string CraftNo
- {
- get { return craftNo; }
- set { craftNo = value; }
- }
- private string craftPath = "";
- [Description("工艺文件路径")]
- public string CraftPath
- {
- get { return craftPath; }
- set { craftPath = value; }
- }
- private string checkNo = "";
- [Description("检验号")]
- public string CheckNo
- {
- get { return checkNo; }
- set { checkNo = value; }
- }
- private string billNo1 = "";
- [Description("提单号")]
- public string BillNo1
- {
- get { return billNo1; }
- set { billNo1 = value; }
- }
- private string plineCode = "";
- [Description("产线代码")]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- private string lockBillFlag = "";
- [Description("提单是否锁定")]
- public string LockBillFlag
- {
- get { return lockBillFlag; }
- set { lockBillFlag = value; }
- }
- private string languageCode = "";
- [Description("语言代码")]
- public string LanguageCode
- {
- get { return languageCode; }
- set { languageCode = value; }
- }
- private string languageName = "";
- [Description("语言名称")]
- public string LanguageName
- {
- get { return languageName; }
- set { languageName = value; }
- }
- private string zbsTypeCode = "";
- [Description("质保书类型代码")]
- public string ZbsTypeCode
- {
- get { return zbsTypeCode; }
- set { zbsTypeCode = value; }
- }
- private string zbsTypeDesc = "";
- [Description("质保书类型描述")]
- public string ZbsTypeDesc
- {
- get { return zbsTypeDesc; }
- set { zbsTypeDesc = value; }
- }
- private string zbsCreateName = "";
- [Description("质保书创建人")]
- public string ZbsCreateName
- {
- get { return zbsCreateName; }
- set { zbsCreateName = value; }
- }
- private string zbsCreateTime = "";
- [Description("质保书创建时间")]
- public string ZbsCreateTime
- {
- get { return zbsCreateTime; }
- set { zbsCreateTime = value; }
- }
- private string zbsEdition = "";
- [Description("质保书版本号")]
- public string ZbsEdition
- {
- get { return zbsEdition; }
- set { zbsEdition = value; }
- }
- }
- }
|