wtt
2024-09-04 a3fd494312a6f22551e65f1387e4a57409ea075d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
 
namespace Model
{
    public class ClsHR_EmployeeSkillExamBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HDeptID;//        部门    
        public Int64 HGroupID;//    生产班组
        public Int64 HCheckEmpID;    //评定人
        public Int64 HMaterID;//    产品编码
        public Int64 HProcID;//        工序    
        public Int64 HSourceID;//        生产资源    
        public Int64 HOrgID;//        组织    
    }
}