| | |
| | | public string HExplanation;// varchar(200) --ժҪ |
| | | public string HInnerBillNo;// varchar(50) --内部单据号 |
| | | public bool HRedBlueFlag;// bit --红蓝单 |
| | | |
| | | public Int64 HICMOInterID; //int --任务单内码 |
| | | public Int64 HICMOEntryID; //int --任务单子内码 |
| | | public string HICMOBillNo; //int --任务单号 |
| | | public Int64 HProcExchInterID; //int --工序流转卡内码 |
| | | public Int64 HProcExchEntryID; //int --工序流转卡子内码 |
| | | public string HProcExchBillNo; //int --工序流转卡号 |
| | | public Int64 HMaterID; //int --主产品内码 |
| | | public string HMaterName; //varchar(100) --颜色 |
| | | public string HVerNo; //varchar(50) --花版号 |
| | | public string HModel; //varchar(100) --规格型号1 |
| | | public string HModel2; //varchar(100) --规格型号2 |
| | | public string HPieceQty; //varchar(20) --只数 |
| | | public Int64 HCusID; //int --客户 |
| | | public double HWeight; //dec(18,8) --重量 |
| | | public double HLong; //dec(18,8) --米数 |
| | | public double HSingleWeigth; //dec(18,8) --单桶重量 |
| | | public double HMaterSumWeight; //dec(18,8) --总浆重量 |
| | | public Int64 HMaterEmpID; //int --打浆人 |
| | | |
| | | public double HMachineSpeed; //dec(18,8) --机速 |
| | | public double HWaterRush; //dec(18,8) --水冲 |
| | | public double HWaterQty; //dec(18,8) --水量 |
| | | public double HWaterRate; //dec(18,8) --水比 |
| | | } |
| | | } |