ch
2022-11-29 33641eb36f27b95c3cc676948043f57f56cb4e4a
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;
 
    }
}