| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Linq;
- using System.Security.Policy;
- using System.Text;
- namespace Core.StlMes.Client.SaleOrder
- {
- public class ChoiceCraftFileLv2Entity : CraftOrdDesignEntity
- {
- private string plineName = "";
- /// <summary>
- /// 机组
- /// </summary>
- [Description("机组")]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- private string exeStatus = "";
- /// <summary>
- /// 执行状态
- /// </summary>
- [Description("执行状态")]
- public string ExeStatus
- {
- get { return exeStatus; }
- set { exeStatus = value; }
- }
-
- private string unfinishTime = "";
- /// <summary>
- /// 炼轧未完成时间
- /// </summary>
- [Description("炼轧未完成时间")]
- public string UnfinishTime
- {
- get { return unfinishTime; }
- set { unfinishTime = value; }
- }
- private string proPlanId = "";
- /// <summary>
- /// 轧管订单号
- /// </summary>
- [Description("轧管订单号")]
- public string ProPlanId
- {
- get { return proPlanId; }
- set { proPlanId = value; }
- }
- private string gxPlanNo = "";
- /// <summary>
- /// 排产序号
- /// </summary>
- [Description("排产序号")]
- public string GxPlanNo
- {
- get { return gxPlanNo; }
- set { gxPlanNo = value; }
- }
- private string pscDesc = "";
- [Description("订货产品描述")]
- public string PscDesc
- {
- get { return pscDesc; }
- set { pscDesc = value; }
- }
- private string dimater = "";
- [Description("外径")]
- public string Dimater
- {
- get { return dimater; }
- set { dimater = value; }
- }
- private string height = "";
- [Description("壁厚")]
- public string Height
- {
- get { return height; }
- set { height = value; }
- }
- private string specName = "";
- [Description("产品规格")]
- public string SpecName
- {
- get { return specName; }
- set { specName = value; }
- }
- private string orderSpecDesc = "";
- [Description("订货规格")]
- public string OrderSpecDesc
- {
- get { return orderSpecDesc; }
- set { orderSpecDesc = value; }
- }
- private string modelDesc = "";
- [Description("扣型描述")]
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = value; }
- }
- private string orderSpecialDesc = "";
- [Description("产品特殊要求")]
- public string OrderSpecialDesc
- {
- get { return orderSpecialDesc; }
- set { orderSpecialDesc = value; }
- }
- private string descriptionDiff = "";
- [Description("合同附加项A")]
- public string DescriptionDiff
- {
- get { return descriptionDiff; }
- set { descriptionDiff = value; }
- }
- private string descriptionAll = "";
- [Description("合同附加项")]
- public string DescriptionAll
- {
- get { return descriptionAll; }
- set { descriptionAll = value; }
- }
- private string chgeVal = "";
- [Description("合同变更内控")]
- public string ChgeVal
- {
- get { return chgeVal; }
- set { chgeVal = value; }
- }
- private string lenDesc = "";
- [Description("长度描述")]
- public string LenDesc
- {
- get { return lenDesc; }
- set { lenDesc = value; }
- }
- private string finalUserDesc = "";
- [Description("最终用户描述")]
- public string FinalUserDesc
- {
- get { return finalUserDesc; }
- set { finalUserDesc = value; }
- }
- private string manInspection = "";
- [Description("机探盲区")]
- public string ManInspection
- {
- get { return manInspection; }
- set { manInspection = value; }
- }
- private string inspectionValue = "";
- [Description("机探盲区切长")]
- public string InspectionValue
- {
- get { return inspectionValue; }
- set { inspectionValue = value; }
- }
- private string outsBilletFl = "";
- [Description("外购坯")]
- public string OutsBilletFl
- {
- get { return outsBilletFl; }
- set { outsBilletFl = value; }
- }
- private string outsStlPipeFl = "";
- [Description("外购管")]
- public string OutsStlPipeFl
- {
- get { return outsStlPipeFl; }
- set { outsStlPipeFl = value; }
- }
- private string asselFl = "";
- [Description("ASSEL")]
- public string AsselFl
- {
- get { return asselFl; }
- set { asselFl = value; }
- }
- private string producerFl = "";
- [Description("监制")]
- public string ProducerFl
- {
- get { return producerFl; }
- set { producerFl = value; }
- }
- private string planTimeBZg = "";
- [Description("轧制开始时间")]
- public string PlanTimeBZg
- {
- get { return planTimeBZg; }
- set { planTimeBZg = value; }
- }
- private string planTimeBDbk = "";
- [Description("镦拔扩开始时间")]
- public string PlanTimeBDbk
- {
- get { return planTimeBDbk; }
- set { planTimeBDbk = value; }
- }
- private string planTimeBRcl = "";
- [Description("热处理开始时间")]
- public string PlanTimeBRcl
- {
- get { return planTimeBRcl; }
- set { planTimeBRcl = value; }
- }
- private string planTimeBJgx = "";
- [Description("加工开始时间")]
- public string PlanTimeBJgx
- {
- get { return planTimeBJgx; }
- set { planTimeBJgx = value; }
- }
- private string planTImeBProp = "";
- [Description("接箍加工开始时间")]
- public string PlanTImeBProp
- {
- get { return planTImeBProp; }
- set { planTImeBProp = value; }
- }
- private string modelCode = "";
- [Description("扣型代码")]
- public string ModelCode
- {
- get { return modelCode; }
- set { modelCode = value; }
- }
- private string ordLnDlyPk = "";
- public string OrdLnDlyPk
- {
- get { return ordLnDlyPk; }
- set { ordLnDlyPk = value; }
- }
- private string plnDivideId = "";
- public string PlnDivideId
- {
- get { return plnDivideId; }
- set { plnDivideId = value; }
- }
- private string producname = "";
- [Description("品名")]
- public string Producname
- {
- get { return producname; }
- set { producname = value; }
- }
- private string stdStyleDesc = "";
- [Description("标准类别")]
- public string StdStyleDesc
- {
- get { return stdStyleDesc; }
- set { stdStyleDesc = value; }
- }
- private string steelname = "";
- [Description("钢级")]
- public string Steelname
- {
- get { return steelname; }
- set { steelname = value; }
- }
- private string stdName = "";
- [Description("标准名称")]
- public string StdName
- {
- get { return stdName; }
- set { stdName = value; }
- }
- private string isendgx = "";
- [Description("是否末工序")]
- public string Isendgx
- {
- get { return isendgx; }
- set { isendgx = value; }
- }
- private string gxProSeq = "";
- [Description("生产顺序")]
- public string GxProSeq
- {
- get { return gxProSeq; }
- set { gxProSeq = value; }
- }
- private string mscPline = "";
- /// <summary>
- /// 制程号
- /// </summary>
- [Description("制程号")]
- public string MscPline
- {
- get { return mscPline; }
- set { mscPline = value; }
- }
- private string wholeBacklogDesc = "";
- /// <summary>
- /// 全程途径描述
- /// </summary>
- [Description("全程途径描述")]
- public string WholeBacklogDesc
- {
- get { return wholeBacklogDesc; }
- set { wholeBacklogDesc = value; }
- }
- private string cic = "";
- /// <summary>
- /// 成分索引码
- /// </summary>
- [Description("成分索引码CIC")]
- public string Cic
- {
- get { return cic; }
- set { cic = value; }
- }
- private string pic = "";
- /// <summary>
- /// 理化索引号
- /// </summary>
- [Description("理化索引号PIC")]
- public string Pic
- {
- get { return pic; }
- set { pic = value; }
- }
- private string sic = "";
- /// <summary>
- /// 公差索引号
- /// </summary>
- [Description("公差索引号SIC")]
- public string Sic
- {
- get { return sic; }
- set { sic = value; }
- }
- private string dic = "";
- /// <summary>
- /// 探伤索引号
- /// </summary>
- [Description("探伤索引号DIC")]
- public string Dic
- {
- get { return dic; }
- set { dic = value; }
- }
- private string wic = "";
- /// <summary>
- /// 水压索引号
- /// </summary>
- [Description("水压索引号WIC")]
- public string Wic
- {
- get { return wic; }
- set { wic = value; }
- }
- private string gic = "";
- /// <summary>
- /// 加工索引号
- /// </summary>
- [Description("加工索引号GIC")]
- public string Gic
- {
- get { return gic; }
- set { gic = value; }
- }
- [Description("检验计划确认")]
- public string FlagDStr
- {
- get { return (FlagD??false)?"是":"/"; }
- }
- [Description("检验计划确认")]
- public string FlagEStr
- {
- get { return (FlagE ?? false) ? "是" : "/"; }
- }
- [Description("检验计划确认")]
- public string FlagFStr
- {
- get { return (FlagF ?? false) ? "是" : "/"; }
- }
- [Description("检验计划确认")]
- public string FlagGStr
- {
- get { return (FlagG ?? false) ? "是" : "/"; }
- }
- [Description("检验计划确认")]
- public string FlagHStr
- {
- get { return (FlagH ?? false) ? "是" : "/"; }
- }
- [Description("计划科委托")]
- public string FlagJhdStr
- {
- get { return (FlagJhd ?? false) ? "是" : "/"; }
- }
- private string decision = "";
- /// <summary>
- /// DECISION
- /// </summary>
- [Description("判定字头")]
- public string Decision
- {
- get { return decision; }
- set { decision = value; }
- }
- private decimal? cutNum ;
- /// <summary>
- /// DECISION
- /// </summary>
- [Description("分切数")]
- public decimal? CutNum
- {
- get { return cutNum; }
- set { cutNum = value; }
- }
- private string processName ;
- /// <summary>
- /// ProcessName
- /// </summary>
- [Description("工艺负责人")]
- public string ProcessName
- {
- get { return processName; }
- set { processName = value; }
- }
-
- }
- }
|