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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsK3_MatePriceCus_Model:DBUtility.ClsGy_Base_Model 
    {
        public Int64 HEntryID;//                int         ×ÔÔöÁÐ
        public Int64 HInterID;//                int         ¼Û¸ñ·½°¸ÄÚÂë
        public Int64 HCusID;//                  int         ¿Í»§
        public Int64 HMaterID;//                int         ÎïÁÏ
        public Int64 HUnitID;//                 int         ¼ÆÁ¿µ¥Î»
        public double HBegQty;//                decimal(28, 10)¿ªÊ¼ÊýÁ¿
        public double HEndQty;//                decimal(28, 10)½áÊøÊýÁ¿
        public double HPrice;//                 decimal(28, 10)µ¥¼Û
        public Int64 HCurID;//                  int         ±Ò±ð
        public DateTime HBegDate;//             datetime    ¿ªÊ¼ÈÕÆÚ
        public DateTime HEndDate;//             datetime    ½áÊøÈÕÆÚ
        public bool HChecked;//                 bit         ÉóºË±ê¼Ç
    }
}