yangle
2022-12-09 526f787a2dfb97f6492912a73376b5a5551a432c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsK3_MatePriceSup_Model:DBUtility.ClsGy_Base_Model 
    {
        public Int64 HEntryID;//                int         Ö÷ÄÚÂë
        public Int64 HSupID;//                  int         ¹©Ó¦ÉÌ
        public Int64 HMaterID;//                 int         ÎïÁÏ
        public Int64 HUnitID;//                 int         ¼ÆÁ¿µ¥Î»
        public double HStartQty;//              decimal(28, 10)¿ªÊ¼ÊýÁ¿
        public double HEndQty;//                decimal(28, 10)½áÊøÊýÁ¿
        public double HPrice;//                 decimal(28, 10)µ¥¼Û
        public Int64 HCurID;//                   int         ±Ò±ð
        public double HDiscount;//              decimal(28, 10)ÕÛ¿ÛÂÊ
        public DateTime HQuoteTime;//           datetime    ¿ªÊ¼ÈÕÆÚ
        public DateTime HDisableDate;//         datetime    Ê§Ð§ÈÕÆÚ
        public bool HUsed;//                    bit         ÉóºË±ê¼Ç
        public DateTime HLastModifiedDate;//    datetime    ×îºóÐÞ¸ÄÈÕÆÚ
        public Int64 HLastModifiedBy;//         int         ×îºóÐÞ¸ÄÈË
    }
}