using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsSc_StationOutBillSub_Emp : DBUtility.ClsXt_BaseBillSub { public string HBillNo_bak; //单据号(备份,以免内码丢失,找不到对应主表) public Int64 HItemSubID; //自增列(GUID) public Int64 HWorkEmpID; //操作员(Gy_Employee) public Int64 HWorkSourceID; //生产资源(Gy_Source) public decimal HQty ; //生产数量 public decimal HRate;//员工系数 public decimal HProcPrice;//工价 public decimal HMoney; //金额 public Int64 HWorkProcID; //工序(Gy_Process) } }