wtt
2025-04-02 cc172d3b01335eb5ed5bc4fe1bcf7d0323fdf7c0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;         
 
 
    }
}