1
wtt
2025-03-17 fc17c9eef5812660ece6b951708b442db7bfdf3b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsGy_EnvironmentTestSchemeBillMain : DBUtility.ClsXt_BaseBillMain
    {
     
        public Int64 HDeptID;          //int ---Éú²ú²¿ÃÅ£¨Gy_Department£©
        public Int64 HCenterWorkID;          //int --¹¤×÷ÖÐÐÄ£¨Gy_WorkCenter£©
        public Int64 HProcID;          //int --¹¤Ðò£¨gy_Process£©
        public int HOrgID;
    }
}