yusijie
2025-06-03 01685f3ab68f64b51b83eee40af90f4030866691
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 Int64 HRelEmpQty;           // int Êµµ½¸ÚÈËÊý
        public decimal HPlanShutdownTimes;         
 
 
    }
}