zrg
2024-12-11 cf46a6e4beb7e83af331a28065c96077fa2f1e15
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£©
 
    }
}