using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsSc_ShiftsBeginInfoBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
|
public Int64 HDeptID; //int ---Éú²ú²¿ÃÅ£¨Gy_Department£©
|
public Int64 HWorkCenterID; //int --¹¤×÷ÖÐÐÄ£¨Gy_WorkCenter£©
|
public Int64 HShiftsID; //int --¹¤Ðò£¨gy_Process£©
|
public Int64 HSourceID; // int --Éú²ú×ÊÔ´£¨gy_Source£©
|
public Int64 HGroupID; // int --Éú²ú°à×飨gy_Group£©
|
public Int64 HGroupLeaderID; // int --°à×鳤£¨gy_Employee£©
|
public Int64 HStdEmpQty; // int Ó¦µ½¸ÚÈËÊý
|
public decimal HPlanShutdownTimes;
|
|
|
}
|
}
|