jhz
2023-03-10 a6ffdc0a14d59a90452ba4758b1bfbfee8ef95ff
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;
 
    }
}