| | |
| | | public string HStageNote; |
| | | public int HPMGoodsID; |
| | | public string HPMGoodsName; |
| | | public int HIsKey; |
| | | public bool HIsKey; |
| | | public double HRate; |
| | | public int HEmpID; |
| | | public string HEmpName; |
| | |
| | | public int RowID; |
| | | public int HEmployeeID; |
| | | public string HEmployeeName; |
| | | public int HIsPM; |
| | | public bool HIsPM; |
| | | public double HRate; |
| | | public double HPlanAvgMoney; |
| | | public double HPlanCountMoney; |
| | |
| | | string HStageNote = oSub.HStageNote; |
| | | int HPMGoodsID = oSub.HPMGoodsID; |
| | | string HRelationGoods = oSub.HPMGoodsName; |
| | | int HIsKey = oSub.HIsKey; |
| | | int HIsKey = oSub.HIsKey?1:0; |
| | | double HRate = oSub.HRate; |
| | | int HEmpID = oSub.HEmpID; |
| | | int HCheckEmpID = oSub.HCheckEmpID; |
| | |
| | | int HEntryID = i; |
| | | string HRemark = oSub.HRemarkSub; |
| | | int HEmpID = oSub.HEmployeeID; |
| | | int HIsPM = oSub.HIsPM; |
| | | int HIsPM = oSub.HIsPM?1:0; |
| | | double HRate = oSub.HRate; |
| | | double HPlanAvgMoney = oSub.HPlanAvgMoney; |
| | | double HPlanCountMoney = oSub.HPlanCountMoney; |