yxj
2025-04-24 55fd695701bc5a4f7a772544f2d893f8a3d31604
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;
    }
}