yusijie
2024-12-05 8c7d0e365d20f5f7d05e59afc1c39daeb0dfd690
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsQC_EnvironmentTestDotCheckBillMain : DBUtility.ClsXt_BaseBillMain
    {
     
        public Int64 HDeptID;          //int ---Éú²ú²¿ÃÅ£¨Gy_Department£©
        public Int64 HCenterWorkID;          //int --¹¤×÷ÖÐÐÄ£¨Gy_WorkCenter£©
        public Int64 HProcID;          //int --¹¤Ðò£¨gy_Process£©
        public string HCleanType;          //varchar(20) --½à¾»¶È£¨A£¬B£¬C£©
        public string HErrMsgBack;          //varchar(500)--Òì³£Ô­Òò
        public string HNote;          //varchar(500) --¸ÄÉÆ¶Ô²ß
        public Int64 HEmpID;          //int   --¼Ç¼ÈË£¨Gy_Employee£©
        public string HEnvironmentTestSchemeID;          //int --»·¾³¼ì²â·½°¸(Gy_EnvironmentTestSchemeBillMain)
        public Int64 HOrgID;          // int --×éÖ¯
    }
}