1
cwjbxqmz
2023-11-10 b9d2d6f02a977d0b2ea48f28d6eb396f4326e504
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_ICMOChangeBillSub : DBUtility.ClsXt_BaseBillSub
    {
        public string HBillNo_bak;//        varchar     µ¥¾ÝºÅ
 
        public Int64 HMaterID;//            int         ÎïÁÏID
        public Int64 HUnitID;//             int         ¼ÆÁ¿µ¥Î»
        public double HQty_Old;//           decimal     Ô­ÊýÁ¿
        public double HQty_New;//           decimal     ÐÂÊýÁ¿
 
        //public DateTime HDate_Old;//        datetime    Ô­Í깤ÈÕÆÚ
        //public DateTime HDate_New;//        datetime    ÐÂÍ깤ÈÕÆÚ
    }
}