1
cwjbxqmz
2023-11-10 b9d2d6f02a977d0b2ea48f28d6eb396f4326e504
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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      Ð½»»õÈÕÆÚ
    }
}