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; } }