using Core.Mes.Client.Comm.Attribute; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace Core.StlMes.Client.YdmBcPipeManage.Entity { /// /// 数据库表CRM_BILL_C所对应的实体类(生成工具:代码生成工具3.0) /// 作者:LAPTOP-I2IGVKJC 时间:2021-07-06 /// public class BillInStorageEntity { private List buttressList = new List(); [JsonProperty("buttressList")] public List ButtressList { get { return buttressList; } set { buttressList = value; } } /// /// 提单序号 /// private string billNoSeq = ""; /// /// 提货单号 /// private string billNo = ""; /// /// 合同主键 /// private string ordPk = ""; /// /// 合同行主键 /// private string ordLnPk = ""; /// /// 交货行主键 /// private string ordLnDlyPk = ""; /// /// 合同号 /// private string orderNo = ""; /// /// 合同行号 /// private string orderSeq = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 熔炼炉号 /// private string stoveNo = ""; /// /// 批号(炉批号) /// private string batchNo = ""; /// /// 组号(判定有关)--长度、样管(炉批向下) /// private string groupNo = ""; /// /// 物料码 /// private string materialNo = ""; /// /// 物料描叙 /// private string materialName = ""; /// /// 品名代码 /// private string produccode = ""; /// /// 品名描述 /// private string producname = ""; /// /// 标准代码 /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 标准类别代码 /// private string stdStyle = ""; /// /// 标准类别描述(PSL1....) /// private string stdStyleDesc = ""; /// /// 产品规格代码 /// private string specCode = ""; /// /// 产品规格描述 /// private string specName = ""; /// /// 扣型代码 /// private string modelCode = ""; /// /// 扣型描述 /// private string modelDesc = ""; /// /// 长度下限(实际) /// private decimal? actLenMin = null; /// /// 长度上限(实际) /// private decimal? actLenMax = null; /// /// 材料支数(实际)(总支数) /// private string actCount = null; /// /// 材料实重(实际)(总重量) /// private decimal? actWeight = null; /// /// 长度(实际)(总长度) /// private decimal? actLen = null; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// 产线代码 /// private string plineCode = ""; /// /// 产线描述 /// private string plineName = ""; /// /// 仓库代码 /// private string storageNo = ""; /// /// 仓库代码 /// private string storageName = ""; /// /// 主合同号 /// private string orderNoSeq = ""; /// /// 本部合同号 /// private string tgOrderNoSeq = ""; /// /// 备注 /// private string memo = ""; [Description("熔炼炉号")] [Nullable(true)] [DataLength(20)] [JsonProperty("stoveNo")] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } [Description("本部合同号")] [Nullable(false)] [DataLength(10)] [JsonProperty("tgOrderNoSeq")] public string TgOrderNoSeq { get { return tgOrderNoSeq; } set { tgOrderNoSeq = value; } } [Description("备注")] [Nullable(false)] [DataLength(10)] [JsonProperty("memo")] public string Memo { get { return memo; } set { memo = value; } } /// /// 主合同号 /// [Description("天淮合同号")] [Nullable(false)] [DataLength(10)] [JsonProperty("orderNoSeq")] public string OrderNoSeq { get { return orderNoSeq; } set { orderNoSeq = value; } } /// /// 产线代码 /// [Description("产线代码")] [Nullable(false)] [DataLength(10)] [JsonProperty("plineCode")] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 产线描述 /// [Description("产线")] [Nullable(true)] [DataLength(40)] [JsonProperty("plineName")] public string PlineName { get { return plineName; } set { plineName = value; } } /// /// 仓库代码 /// [Description("仓库代码")] [Nullable(true)] [DataLength(5)] [JsonProperty("storageNo")] public string StorageNo { get { return storageNo; } set { storageNo = value; } } /// /// 仓库名称 /// [Description("仓库")] [Nullable(true)] [DataLength(5)] [JsonProperty("storageName")] public string StorageName { get { return storageName; } set { storageName = value; } } /// /// 提单序号 /// [Description("提单序号")] [Nullable(true)] [DataLength(30)] [JsonProperty("billNoSeq")] public string BillNoSeq { get { return billNoSeq; } set { billNoSeq = value; } } /// /// 提货单号 /// [Description("提货单号")] [Nullable(true)] [DataLength(20)] [JsonProperty("billNo")] public string BillNo { get { return billNo; } set { billNo = value; } } /// /// 合同主键 /// [Description("合同主键")] [Nullable(true)] [DataLength(40)] [JsonProperty("ordPk")] public string OrdPk { get { return ordPk; } set { ordPk = value; } } /// /// 合同行主键 /// [Description("合同行主键")] [Nullable(true)] [DataLength(40)] [JsonProperty("ordLnPk")] public string OrdLnPk { get { return ordLnPk; } set { ordLnPk = value; } } /// /// 交货行主键 /// [Description("交货行主键")] [Nullable(true)] [DataLength(40)] [JsonProperty("ordLnDlyPk")] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 合同号 /// [Description("合同号")] [Nullable(true)] [DataLength(40)] [JsonProperty("orderNo")] public string OrderNo { get { return orderNo; } set { orderNo = value; } } /// /// 合同行号 /// [Description("合同行号")] [Nullable(true)] [DataLength(40)] [JsonProperty("orderSeq")] public string OrderSeq { get { return orderSeq; } set { orderSeq = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(true)] [DataLength(20)] [JsonProperty("judgeStoveNo")] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 批号(炉批号) /// [Description("炉批号")] [Nullable(true)] [DataLength(20)] [JsonProperty("batchNo")] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 组号(判定有关)--长度、样管(炉批向下) /// [Description("组号")] [Nullable(true)] [DataLength(3)] [JsonProperty("groupNo")] public string GroupNo { get { return groupNo; } set { groupNo = value; } } /// /// 物料码 /// [Description("物料码")] [Nullable(true)] [DataLength(40)] [JsonProperty("materialNo")] public string MaterialNo { get { return materialNo; } set { materialNo = value; } } /// /// 物料描叙 /// [Description("物料")] [Nullable(true)] [DataLength(100)] [JsonProperty("materialName")] public string MaterialName { get { return materialName; } set { materialName = value; } } /// /// 品名代码 /// [Description("品名代码")] [Nullable(true)] [DataLength(10)] [JsonProperty("produccode")] public string Produccode { get { return produccode; } set { produccode = value; } } /// /// 品名描述 /// [Description("品名")] [Nullable(true)] [DataLength(256)] [JsonProperty("producname")] public string Producname { get { return producname; } set { producname = value; } } /// /// 标准代码 /// [Description("标准代码")] [Nullable(true)] [DataLength(10)] [JsonProperty("stdCode")] public string StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 标准名称 /// [Description("标准")] [Nullable(true)] [DataLength(256)] [JsonProperty("stdName")] public string StdName { get { return stdName; } set { stdName = value; } } /// /// 钢种代码 /// [Description("钢种代码")] [Nullable(true)] [DataLength(10)] [JsonProperty("gradecode")] public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 钢种名称 /// [Description("钢种")] [Nullable(true)] [DataLength(50)] [JsonProperty("gradename")] public string Gradename { get { return gradename; } set { gradename = value; } } /// /// 钢级(牌号)代码 /// [Description("钢级(牌号)代码")] [Nullable(true)] [DataLength(10)] [JsonProperty("steelcode")] public string Steelcode { get { return steelcode; } set { steelcode = value; } } /// /// 钢级(牌号)名称 /// [Description("钢级")] [Nullable(true)] [DataLength(50)] [JsonProperty("steelname")] public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 标准类别代码 /// [Description("标准类别代码")] [Nullable(true)] [DataLength(20)] [JsonProperty("stdStyle")] public string StdStyle { get { return stdStyle; } set { stdStyle = value; } } /// /// 标准类别描述(PSL1....) /// [Description("标准类别")] [Nullable(true)] [DataLength(50)] [JsonProperty("stdStyleDesc")] public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } /// /// 产品规格代码 /// [Description("产品规格代码")] [Nullable(true)] [DataLength(10)] [JsonProperty("specCode")] public string SpecCode { get { return specCode; } set { specCode = value; } } /// /// 产品规格描述 /// [Description("产品规格")] [Nullable(true)] [DataLength(100)] [JsonProperty("specName")] public string SpecName { get { return specName; } set { specName = value; } } /// /// 扣型代码 /// [Description("扣型代码")] [Nullable(true)] [DataLength(10)] [JsonProperty("modelCode")] public string ModelCode { get { return modelCode; } set { modelCode = value; } } /// /// 扣型描述 /// [Description("扣型")] [Nullable(true)] [DataLength(50)] [JsonProperty("modelDesc")] public string ModelDesc { get { return modelDesc; } set { modelDesc = value; } } /// /// 长度下限(实际) /// [Description("长度下限")] [Nullable(true)] [DataLength(5)] [JsonProperty("actLenMin")] public decimal? ActLenMin { get { return actLenMin; } set { actLenMin = value; } } /// /// 长度上限(实际) /// [Description("长度上限")] [Nullable(true)] [DataLength(5)] [JsonProperty("actLenMax")] public decimal? ActLenMax { get { return actLenMax; } set { actLenMax = value; } } /// /// 材料支数(实际)(总支数) /// [Description("支数")] [Nullable(true)] [DataLength(7)] [JsonProperty("actCount")] public string ActCount { get { return actCount; } set { actCount = value; } } /// /// 材料实重(实际)(总重量) /// [Description("重量")] [Nullable(true)] [DataLength(9)] [JsonProperty("actWeight")] public decimal? ActWeight { get { return actWeight; } set { actWeight = value; } } /// /// 长度(实际)(总长度) /// [Description("长度")] [Nullable(true)] [DataLength(10)] [JsonProperty("actLen")] public decimal? ActLen { get { return actLen; } set { actLen = value; } } /// /// 创建人 /// [Description("创建人")] [Nullable(true)] [DataLength(20)] [JsonProperty("createName")] public string CreateName { get { return createName; } set { createName = value; } } /// /// 创建时间 /// [Description("创建时间")] [Nullable(true)] [JsonProperty("createTime")] public string CreateTime { get { return createTime; } set { createTime = value; } } } }