| | |
| | | public long HProcID { get; set; }//工序ID |
| | | public string HProcNo { get; set; }//流水号 |
| | | public long HSupID { get; set; }//供应商ID |
| | | public bool HSNCtrl { get; set; }//SN过站 |
| | | public bool HSupFlag { get; set; }//外协标记 |
| | | public double HWorkQty { get; set; }//加工数量 |
| | | public double HPassRate { get; set; }//良率 |
| | |
| | | public string HPicNum = ""; // varchar(200) 图纸编号 |
| | | public string HProcCheckNote = ""; // varchar(2000) 本工序确认记录 |
| | | public string HProcWorkNum = ""; // varchar(100) 程序号 |
| | | public double HWorkTimes_S; //产品单件工时 |
| | | |
| | | //瑞琪新加字段 |
| | | public int HBadWHID { get; set; } //不良品仓 |
| | | public int HWasterWHID { get; set; } //报废仓 |
| | | public int HWHID { get; set; } //良品仓 |
| | | |
| | | public double HEstimate;//计时暂估 |
| | | public bool HIsTime;//是否计时 |
| | | |
| | | public bool HSortProcFlag; |
| | | |
| | | public int HQCSchemeID_Fst; |
| | | public int HQCSchemeID_Proc; |
| | | public int HQCSchemeID_Patrol; |
| | | } |
| | | } |