| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034 |
- using Core.Mes.Client.Comm.Attribute;
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Linq;
- using System.Text;
- namespace Core.StlMes.Client.PlnSaleOrd.炉计划.Entity
- {
- /// <summary>
- /// 数据库表MAT_GP_M所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:PC-20160925CXYF 时间:2017-11-22
- /// </summary>
- public class MatGpMEntity
- {
- /// <summary>
- /// 材料类别(8014在制品、成品、商品)
- /// </summary>
- private string productFlag = "";
- /// <summary>
- /// 材料状态(801501在制品阶段、801502成品、801503商品...)
- /// </summary>
- private string matStatus = "";
- /// <summary>
- /// 熔炼炉号
- /// </summary>
- private string stoveNo = "";
- /// <summary>
- /// 标示炉号
- /// </summary>
- private string flagStoveNo = "";
- /// <summary>
- /// 判定炉号
- /// </summary>
- private string judgeStoveNo = "";
- /// <summary>
- /// 浇次号
- /// </summary>
- private string castNo = "";
- /// <summary>
- /// 物料描叙
- /// </summary>
- private string materialName = "";
- /// <summary>
- /// 钢种名称
- /// </summary>
- private string gradename = "";
- /// <summary>
- /// 标准名称
- /// </summary>
- private string stdName = "";
- /// <summary>
- /// 合同号
- /// </summary>
- private string orderNo = "";
- /// <summary>
- /// 合同子行号
- /// </summary>
- private string orderSeqNo = "";
- /// <summary>
- /// 工序名称
- /// </summary>
- private string processDesc = "";
- /// <summary>
- /// 下工序名称
- /// </summary>
- private string nextProcessDesc = "";
- /// <summary>
- /// 生产产线名称
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 直径或宽度(实际)
- /// </summary>
- private string dimater = "";
- /// <summary>
- /// 厚(实际)
- /// </summary>
- private decimal? height = null;
- /// <summary>
- /// 倍尺坯长
- /// </summary>
- private decimal? actLen = null;
- /// <summary>
- /// 倍尺数(实际)
- /// </summary>
- private decimal? fixNum = null;
- /// <summary>
- /// 单倍长度(实际)
- /// </summary>
- private decimal? fixLen = null;
- /// <summary>
- /// 材料支数(实际)
- /// </summary>
- private decimal? actCount = null;
- /// <summary>
- /// 材料实重(实际)
- /// </summary>
- private decimal? actWeight = null;
- /// <summary>
- /// 材料理论重量(实际)
- /// </summary>
- private decimal? actTheoryWeight = null;
- /// <summary>
- /// 结算日期(年月)
- /// </summary>
- private string balYearMonth = "";
- /// <summary>
- /// 创建人
- /// </summary>
- private string createName = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 组号(判定炉号对应长度分组)
- /// </summary>
- private string groudNo = "";
- /// <summary>
- /// 铸造订单编号
- /// </summary>
- private string proPlanId = "";
- /// <summary>
- /// 管坯需求编号
- /// </summary>
- private string gpreqId = "";
- /// <summary>
- /// 单倍坯支数
- /// </summary>
- private decimal? dbActCount = null;
- /// <summary>
- /// 成分标准索引号集合(内控)
- /// </summary>
- private string cic = "";
- /// <summary>
- /// 材质标准索引号集合(内控)
- /// </summary>
- private string pic = "";
- /// <summary>
- /// 公差标准索引号集合(内控)
- /// </summary>
- private string sic = "";
- /// <summary>
- /// 探伤索引号集合(内控)
- /// </summary>
- private string dic = "";
- /// <summary>
- /// 管坯类型(1铸坯2锻坯)
- /// </summary>
- private string gptype = "";
- /// <summary>
- /// 顺序号(虚拟炉号)
- /// </summary>
- private string sequenceno = "";
- /// <summary>
- /// 虚拟炉号
- /// </summary>
- private string furnaceno = "";
- /// <summary>
- /// 交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)
- /// </summary>
- private string qcmStaus = "";
- /// <summary>
- /// 0 未挂料 1 已挂料
- /// </summary>
- private string hangingFlag = "";
- /// <summary>
- /// 工艺卡号(炼钢工艺文件)
- /// </summary>
- private string lgCraftNo = "";
- /// <summary>
- /// 是否末工序(末工序时合同成品属性有效)
- /// </summary>
- private string isendgx = "";
- /// <summary>
- /// 品名描述
- /// </summary>
- private string producname = "";
- /// <summary>
- /// 轧管订单编号
- /// </summary>
- private string proPlanIdZg = "";
- /// <summary>
- /// 是否双经销
- /// </summary>
- private string isDealer = "";
- /// <summary>
- /// 制造商代码
- /// </summary>
- private string supplyUnitCode = "";
- /// <summary>
- /// 制造商
- /// </summary>
- private string supplyUnit = "";
- /// <summary>
- /// 库位
- /// </summary>
- private string locationName = "";
- private string matNo = "";
- private string instockTime = "";
- /// <summary>
- /// 材料号
- /// </summary>
- [Description("材料号")]
- [Nullable(true)]
- [DataLength(10)]
- public string MatNo
- {
- get { return matNo; }
- set { matNo = value; }
- }
- /// <summary>
- /// 库位
- /// </summary>
- [Description("库位")]
- [Nullable(true)]
- [DataLength(10)]
- public string LocationName
- {
- get { return locationName; }
- set { locationName = value; }
- }
- /// <summary>
- /// 制造商代码
- /// </summary>
- [Description("制造商代码")]
- [Nullable(true)]
- [DataLength(10)]
- public string SupplyUnitCode
- {
- get { return supplyUnitCode; }
- set { supplyUnitCode = value; }
- }
- /// <summary>
- /// 制造商
- /// </summary>
- [Description("制造商")]
- [Nullable(true)]
- [DataLength(10)]
- public string SupplyUnit
- {
- get { return supplyUnit; }
- set { supplyUnit = value; }
- }
- /// <summary>
- /// 是否双经销
- /// </summary>
- [Description("是否双经销")]
- [Nullable(true)]
- [DataLength(10)]
- public string IsDealer
- {
- get { return isDealer; }
- set { isDealer = value; }
- }
- /// <summary>
- /// 材料类别(8014在制品、成品、商品)
- /// </summary>
- [Description("材料类别")]
- [Nullable(true)]
- [DataLength(10)]
- public string ProductFlag
- {
- get { return productFlag; }
- set { productFlag = value; }
- }
- /// <summary>
- /// 材料状态(801501在制品阶段、801502成品、801503商品...)
- /// </summary>
- [Description("材料状态")]
- [Nullable(true)]
- [DataLength(10)]
- public string MatStatus
- {
- get { return matStatus; }
- set { matStatus = value; }
- }
- /// <summary>
- /// 熔炼炉号
- /// </summary>
- [Description("熔炼炉号")]
- [Nullable(true)]
- [DataLength(20)]
- public string StoveNo
- {
- get { return stoveNo; }
- set { stoveNo = value; }
- }
- /// <summary>
- /// 标示炉号
- /// </summary>
- [Description("标示炉号")]
- [Nullable(true)]
- [DataLength(20)]
- public string FlagStoveNo
- {
- get { return flagStoveNo; }
- set { flagStoveNo = value; }
- }
- /// <summary>
- /// 判定炉号
- /// </summary>
- [Description("判定炉号")]
- [Nullable(true)]
- [DataLength(6)]
- public string JudgeStoveNo
- {
- get { return judgeStoveNo; }
- set { judgeStoveNo = value; }
- }
- /// <summary>
- /// 浇次号
- /// </summary>
- [Description("浇次号")]
- [Nullable(true)]
- [DataLength(20)]
- public string CastNo
- {
- get { return castNo; }
- set { castNo = value; }
- }
- /// <summary>
- /// 物料描叙
- /// </summary>
- [Description("产出物料")]
- [Nullable(true)]
- [DataLength(100)]
- public string MaterialName
- {
- get { return materialName; }
- set { materialName = value; }
- }
- /// <summary>
- /// 钢种名称
- /// </summary>
- [Description("钢种")]
- [Nullable(true)]
- [DataLength(100)]
- public string Gradename
- {
- get { return gradename; }
- set { gradename = value; }
- }
- /// <summary>
- /// 标准名称
- /// </summary>
- [Description("标准名称")]
- [Nullable(true)]
- [DataLength(200)]
- public string StdName
- {
- get { return stdName; }
- set { stdName = value; }
- }
- /// <summary>
- /// 合同号
- /// </summary>
- [Description("合同号")]
- [Nullable(true)]
- [DataLength(20)]
- public string OrderNo
- {
- get { return orderNo; }
- set { orderNo = value; }
- }
- /// <summary>
- /// 合同子行号
- /// </summary>
- [Description("交货行号")]
- [Nullable(true)]
- [DataLength(3)]
- public string OrderSeqNo
- {
- get { return orderSeqNo; }
- set { orderSeqNo = value; }
- }
- /// <summary>
- /// 工序名称
- /// </summary>
- [Description("工序名称")]
- [Nullable(true)]
- [DataLength(20)]
- public string ProcessDesc
- {
- get { return processDesc; }
- set { processDesc = value; }
- }
- /// <summary>
- /// 下工序名称
- /// </summary>
- [Description("下工序")]
- [Nullable(true)]
- [DataLength(20)]
- public string NextProcessDesc
- {
- get { return nextProcessDesc; }
- set { nextProcessDesc = value; }
- }
- /// <summary>
- /// 生产产线名称
- /// </summary>
- [Description("产线名称")]
- [Nullable(true)]
- [DataLength(100)]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- /// <summary>
- /// 直径或宽度(实际)
- /// </summary>
- [Description("断面")]
- [Nullable(true)]
- [DataLength(5)]
- public string Dimater
- {
- get { return dimater; }
- set { dimater = value; }
- }
- /// <summary>
- /// 厚
- /// </summary>
- [Description("厚")]
- [Nullable(true)]
- [DataLength(4)]
- public decimal? Height
- {
- get { return height; }
- set { height = value; }
- }
- /// <summary>
- /// 坯料长度(实际)
- /// </summary>
- [Description("倍尺坯长(库存)")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? ActLen
- {
- get { return actLen; }
- set { actLen = value; }
- }
- /// <summary>
- /// 倍尺数(实际)
- /// </summary>
- [Description("倍尺数")]
- [Nullable(true)]
- [DataLength(1)]
- public decimal? FixNum
- {
- get { return fixNum; }
- set { fixNum = value; }
- }
- /// <summary>
- /// 单倍长度(实际)
- /// </summary>
- [Description("单倍坯长(库存)")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? FixLen
- {
- get { return fixLen; }
- set { fixLen = value; }
- }
- /// <summary>
- /// 材料支数(实际)
- /// </summary>
- [Description("支数(库存)")]
- [Nullable(true)]
- [DataLength(3)]
- public decimal? ActCount
- {
- get { return actCount; }
- set { actCount = value; }
- }
- /// <summary>
- /// 材料实重(实际)
- /// </summary>
- [Description("实重(库存)")]
- [Nullable(true)]
- [DataLength(9)]
- public decimal? ActWeight
- {
- get { return actWeight; }
- set { actWeight = value; }
- }
- /// <summary>
- /// 材料理论重量(实际)
- /// </summary>
- [Description("理重")]
- [Nullable(true)]
- [DataLength(9)]
- public decimal? ActTheoryWeight
- {
- get { return actTheoryWeight; }
- set { actTheoryWeight = value; }
- }
- /// <summary>
- /// 结算日期(年月)
- /// </summary>
- [Description("结算年月")]
- [Nullable(true)]
- [DataLength(6)]
- public string BalYearMonth
- {
- get { return balYearMonth; }
- set { balYearMonth = value; }
- }
- /// <summary>
- /// 创建人
- /// </summary>
- [Description("创建人")]
- [Nullable(true)]
- [DataLength(20)]
- public string CreateName
- {
- get { return createName; }
- set { createName = value; }
- }
- /// <summary>
- /// 创建时间
- /// </summary>
- [Description("创建时间")]
- [Nullable(true)]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 组号(判定炉号对应长度分组)
- /// </summary>
- [Description("组号")]
- [Nullable(true)]
- [DataLength(3)]
- public string GroudNo
- {
- get { return groudNo; }
- set { groudNo = value; }
- }
- /// <summary>
- /// 铸造订单编号
- /// </summary>
- [Description("铸造订单编号")]
- [Nullable(true)]
- [DataLength(20)]
- public string ProPlanId
- {
- get { return proPlanId; }
- set { proPlanId = value; }
- }
- /// <summary>
- /// 单倍坯支数
- /// </summary>
- [Description("单倍坯支数")]
- [Nullable(true)]
- [DataLength(3)]
- public decimal? DbActCount
- {
- get { return dbActCount; }
- set { dbActCount = value; }
- }
- /// <summary>
- /// 成分标准索引号集合(内控)
- /// </summary>
- [Description("库存CIC")]
- [Nullable(true)]
- [DataLength(40)]
- public string Cic
- {
- get { return cic; }
- set { cic = value; }
- }
- /// <summary>
- /// 材质标准索引号集合(内控)
- /// </summary>
- [Description("材质索引号")]
- [Nullable(true)]
- [DataLength(40)]
- public string Pic
- {
- get { return pic; }
- set { pic = value; }
- }
- /// <summary>
- /// 公差标准索引号集合(内控)
- /// </summary>
- [Description("公差索引号")]
- [Nullable(true)]
- [DataLength(40)]
- public string Sic
- {
- get { return sic; }
- set { sic = value; }
- }
- /// <summary>
- /// 探伤索引号集合(内控)
- /// </summary>
- [Description("探伤索引号")]
- [Nullable(true)]
- [DataLength(40)]
- public string Dic
- {
- get { return dic; }
- set { dic = value; }
- }
- /// <summary>
- /// 管坯类型(1铸坯2锻坯)
- /// </summary>
- [Description("管坯类型")]
- [Nullable(true)]
- [DataLength(20)]
- public string Gptype
- {
- get { return gptype; }
- set { gptype = value; }
- }
- /// <summary>
- /// 顺序号(虚拟炉号)
- /// </summary>
- [Description("顺序号")]
- [Nullable(true)]
- [DataLength(20)]
- public string Sequenceno
- {
- get { return sequenceno; }
- set { sequenceno = value; }
- }
- /// <summary>
- /// 虚拟炉号
- /// </summary>
- [Description("虚拟炉号")]
- [Nullable(true)]
- [DataLength(20)]
- public string Furnaceno
- {
- get { return furnaceno; }
- set { furnaceno = value; }
- }
- /// <summary>
- /// 交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)
- /// </summary>
- [Description("交库状态")]
- [Nullable(true)]
- [DataLength(2)]
- public string QcmStaus
- {
- get { return qcmStaus; }
- set { qcmStaus = value; }
- }
- /// <summary>
- /// 0 未挂料 1 已挂料
- /// </summary>
- [Description("是否生成实际炉计划")]
- [Nullable(true)]
- [DataLength(1)]
- public string HangingFlag
- {
- get { return hangingFlag; }
- set { hangingFlag = value; }
- }
- /// <summary>
- /// 工艺卡号(炼钢工艺文件)
- /// </summary>
- [Description("工艺卡号")]
- [Nullable(true)]
- [DataLength(40)]
- public string LgCraftNo
- {
- get { return lgCraftNo; }
- set { lgCraftNo = value; }
- }
- /// <summary>
- /// 是否末工序(末工序时合同成品属性有效)
- /// </summary>
- [Description("是否末工序")]
- [Nullable(true)]
- [DataLength(1)]
- public string Isendgx
- {
- get { return isendgx; }
- set { isendgx = value; }
- }
- /// <summary>
- /// 品名描述
- /// </summary>
- [Description("品名描述")]
- [Nullable(true)]
- [DataLength(100)]
- public string Producname
- {
- get { return producname; }
- set { producname = value; }
- }
- /// <summary>
- /// 轧管订单编号
- /// </summary>
- [Description("轧管订单编号")]
- [Nullable(true)]
- [DataLength(20)]
- public string ProPlanIdZg
- {
- get { return proPlanIdZg; }
- set { proPlanIdZg = value; }
- }
- /// <summary>
- /// 单倍坯重
- /// </summary>
- private decimal? weightGpOne = null;
- [Description("单倍坯重")]
- public decimal? WeightGpOne
- {
- get { return weightGpOne; }
- set { weightGpOne = value; }
- }
- /// <summary>
- ///倍尺单重
- /// </summary>
- private decimal? weightM = null;
- [Description("倍尺单重")]
- public decimal? WeightM
- {
- get { return weightM; }
- set { weightM = value; }
- }
- private string storageNo = "";
- public string StorageNo
- {
- get { return storageNo; }
- set { storageNo = value; }
- }
- /// <summary>
- /// 仓库名称
- /// </summary>
- private string storageName = "";
- [Description("仓库名称")]
- public string StorageName
- {
- get { return storageName; }
- set { storageName = value; }
- }
- /// <summary>
- /// 库位
- /// </summary>
- private string locationNo = "";
- [Description("库位")]
- public string LocationNo
- {
- get { return locationNo; }
- set { locationNo = value; }
- }
- /// <summary>
- /// 成分判定ID
- /// </summary>
- private string chemJudgeId = "";
- [Description("成分判定ID")]
- public string ChemJudgeId
- {
- get { return chemJudgeId; }
- set { chemJudgeId = value; }
- }
- /// <summary>
- /// 利库/脱单支
- /// </summary>
- private string takeCount = "";
- /// <summary>
- ///利库/脱单吨
- /// </summary>
- private decimal? takeWeight = null;
- /// <summary>
- /// 利库/脱单支
- /// </summary>
- [Description("利库/脱单支")]
- public string TakeCount
- {
- get { return takeCount; }
- set { takeCount = value; }
- }
- /// <summary>
- /// 利库/脱单吨
- /// </summary>
- [Description("利库/脱单吨")]
- public decimal? TakeWeight
- {
- get { return takeWeight; }
- set { takeWeight = value; }
- }
- /// <summary>
- /// 使用坯长
- /// </summary>
- private string actLenTake = "";
- [Description("使用坯长")]
- public string ActLenTake
- {
- get { return actLenTake; }
- set { actLenTake = value; }
- }
- /// <summary>
- /// 单倍坯长(计划)
- /// </summary>
- private string fixLenTake = "";
- [Description("单倍坯长(计划)")]
- public string FixLenTake
- {
- get { return fixLenTake; }
- set { fixLenTake = value; }
- }
- /// <summary>
- /// 分切
- /// </summary>
- private string outnumCut = "";
- [Description("分切")]
- public string OutnumCut
- {
- get { return outnumCut; }
- set { outnumCut = value; }
- }
- /// <summary>
- /// 切头
- /// </summary>
- private decimal? lenCuthead = 0;
- [Description("切头(mm)")]
- public decimal? LenCuthead
- {
- get { return lenCuthead; }
- set { lenCuthead = value; }
- }
- /// <summary>
- /// 切尾
- /// </summary>
- private decimal? lenCutend = 0;
- [Description("切尾(mm)")]
- public decimal? LenCutend
- {
- get { return lenCutend; }
- set { lenCutend = value; }
- }
- /// <summary>
- /// 目标长度
- /// </summary>
- private decimal? aimlength = null;
- [Description("目标长度")]
- public decimal? Aimlength
- {
- get { return aimlength; }
- set { aimlength = value; }
- }
- /// <summary>
- /// 轧制长度
- /// </summary>
- private decimal? rollLength = null;
- [Description("轧制长度")]
- public decimal? RollLength
- {
- get { return rollLength; }
- set { rollLength = value; }
- }
- private string cutTybe = "";
- [Description("切余方式")]
- public string CutTybe
- {
- get { return cutTybe; }
- set { cutTybe = value; }
- }
- /// <summary>
- /// 铸造排产序号
- /// </summary>
- private string gxPlanNo = "";
- [Description("铸造排产序号")]
- public string GxPlanNo
- {
- get { return gxPlanNo; }
- set { gxPlanNo = value; }
- }
- /// <summary>
- ///轧管排产序号
- /// </summary>
- private string gxPlanNoZg = "";
- [Description("轧管排产序号")]
- public string GxPlanNoZg
- {
- get { return gxPlanNoZg; }
- set { gxPlanNoZg = value; }
- }
- private string gradecode = "";
- public string Gradecode
- {
- get { return gradecode; }
- set { gradecode = value; }
- }
- private string matStatus1 = "";
- /// <summary>
- /// 材料状态(801501在制品阶段、801502成品、801503商品...)
- /// </summary>
- [Description("材料状态1")]
- [Nullable(true)]
- [DataLength(10)]
- public string MatStatus1
- {
- get { return matStatus1; }
- set { matStatus1 = value; }
- }
- private string cutYuLong = "";
- [Description("切坯余长")]
- public string CutYuLong
- {
- get { return cutYuLong; }
- set { cutYuLong = value; }
- }
- private string cutTarget = "";
- [Description("切余处理")]
- public string CutTarget
- {
- get { return cutTarget; }
- set { cutTarget = value; }
- }
- private string plnType = "";
- [Description("炉计划类型")]
- public string PlnType
- {
- get { return plnType; }
- set { plnType = value; }
- }
- private string cutNumGp = "";
- [Description("原倍尺")]
- public string CutNumGp
- {
- get { return cutNumGp; }
- set { cutNumGp = value; }
- }
- private string lockFlag = "";
- [Description("质量封锁")]
- public string LockFlag
- {
- get { return lockFlag; }
- set { lockFlag = value; }
- }
- private string mngLockFlag = "";
- [Description("管理封锁")]
- public string MngLockFlag
- {
- get { return mngLockFlag; }
- set { mngLockFlag = value; }
- }
- private string specCic = "";
- [Description("指定CIC")]
- public string SpecCic
- {
- get { return specCic; }
- set { specCic = value; }
- }
- /// <summary>
- /// 入库时间
- /// </summary>
- [Description("入库时间")]
- [Nullable(true)]
- [DataLength(10)]
- public string InstockTime
- {
- get { return instockTime; }
- set { instockTime = value; }
- }
- }
- }
|