using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsSc_CutMaterProcExchBillSub:DBUtility.ClsXt_BaseBillSub 
 | 
    { 
 | 
        public string HBillNo_bak;  //      varchar(50)     --µ¥¾ÝºÅ£¨±¸·Ý£¬ÒÔÃâÄÚÂ붪ʧ£¬ÕÒ²»µ½¶ÔÓ¦Ö÷±í£© 
 | 
        public double HQty;         //      dec(18,8)       --ËéÁÏ´ÎÊý 
 | 
        public DateTime HDate;      //      datetime        --ÈÕÆÚ 
 | 
        public double HWeight;      //      dec(18,8)       --ÖØÁ¿ 
 | 
        public Int64 HSourceID_Cut; //        int                --ËéÁÏ»ų́ºÅ£¨Gy_Source£© 
 | 
        public Int64 HEmpID_Cut;    //        int                --ËéÁϲÙ×÷Ô±£¨Gy_Employee£© 
 | 
        public string HBatchNo;     //        varchar(100)    --×¢ÉäÉú²úÅú´ÎºÅ 
 | 
        public Int64 HSourceID_Put; //        int                --×¢Éä»ų́ºÅ£¨Gy_Source£© 
 | 
        public Int64 HEmpID_Put;    //        int                --×¢ËܲÙ×÷Ô±£¨Gy_Employee£© 
 | 
        public Int64 HEmpID_Mater;  //        int                --ÎïÁÏÔ±£¨Gy_Employee£© 
 | 
    } 
 | 
} 
 |