duhe
2023-10-07 dd2eb88c5a33f16b12ba968741d0022896cd6eb2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsGy_TechParamByProc_Model : DBUtility.ClsGy_Base_Model
    {
       //
        public Int64 HInterID;
        public Int64 HEntryID;
        public DateTime HBeginDate;
        public DateTime HEndDate;
        public String HMaker;
        public DateTime HMakeDate;
        public String HChecker;
        public DateTime HCheckDate;
        public Int64 HProcID;
        public Int64 HTechParamID;
        public Int64 HTechParamUnitID;
        public decimal HStd;
        public Int64 HDeptID;
        public Int64 HMaterID;
 
    }
}