11
pzy
2024-08-26 dbbcd506929afda0a85ae23bcb5f88c1dccef387
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsPM_WorkReportWeekBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HOrgID;        //int       ×éÖ¯
        public Int64 HYear;         //int       Äê·Ý
        public Int64 HWeek;         //int       ÖÜ
        public string HBeginDate;   //datetime  ¿ªÊ¼ÈÕÆÚ
        public string HEndDate;     //datetime  ½áÊøÈÕÆÚ
        public Int64 HReportEmpID;    //int       ×ܽáÈË
        public decimal HPlanTimes; // money --¼Æ»®¹¤Ê±
        public decimal HUseTimes;  // money --ÏûºÄ¹¤Ê±
        public decimal HRelUseTimes; // money --ÓÐЧ¹¤Ê±
        public decimal HDelayTasks;  // money --ÑÓÆÚÈÎÎñ
        public decimal HFineTasks;  // money --³¬Ç°ÈÎÎñ
        public decimal HFinishRate;  // money --´ï³ÉÂÊ
        public string HWorkReport;  //varchar(1000) --¹¤×÷×ܽá
        public string HNextPlan; //varchar(1000) --Ö÷µ¼ÏîÄ¿µÄÏÂÒ»²½¼Æ»®
        public string HWorkGain;  //varchar(1000) --¹¤×÷ÐĵÃ
    }
}