1
王 垚
2022-11-28 ae68ef5d4843c8ea0558e607a7f7b97f78b29b79
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 ClsGy_SMCMaterRelation_Model : DBUtility.ClsGy_Base_Model
    {
        //public long HItemID;//    int
        public long HInterID;//    int    //ÄÚÂë
        public long HEntryID;//    int    //
        public DateTime HBeginDate;//    datetime            --¿ªÊ¼ÈÕÆÚ
        public DateTime HEndDate;//    datetime            --½áÊøÈÕÆÚ
        //public string HRemark;//    varchar(500)            --±¸×¢
        public string HMaker;//        varchar(50)            --ÖÆµ¥ÈË
        public DateTime HMakeDate;//    datetime
        public string HChecker;//    varchar(50)            --ÉóºËÈË£¨Áбí¿ÉÅúÁ¿ÉóºË£©
        public DateTime HCheckDate;//    datetime
        public bool HUsed;//        bit                //ʹÓñê¼Ç
        //--------------------------------------------
        public long HMaterID;//        varchar(100)            --ÒÚÈÕ´úÂë
        public long HSMCMaterID;//        varchar(100)            --SMC´úÂë
    }
}