using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsXs_SeOrderChangeBillSub : DBUtility.ClsXt_BaseBillSub 
 | 
    { 
 | 
        public Int64 HMaterID;          //int           ÎïÁÏÄÚÂë 
 | 
        public Int64 HUnitID;           //int           ¼ÆÁ¿µ¥Î»ÄÚÂë 
 | 
        public double HQty_Old;         //decimal       ÔÊýÁ¿ 
 | 
        public double HQty_New;         //decimal       ÐÂÊýÁ¿ 
 | 
        public double HTaxPrice_Old;    //decimal       Ôº¬Ë°µ¥¼Û 
 | 
        public double HTaxPrice_New;    //decimal       Ðº¬Ë°µ¥¼Û 
 | 
        public DateTime HDate_Old;      //datetime      Ô½»»õÈÕÆÚ 
 | 
        public DateTime HDate_New;      //datetime      Ð½»»õÈÕÆÚ 
 | 
    } 
 | 
} 
 |