duhe
2025-09-05 936a699c40a21840d491e4538790740f9c8ccb06
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsJIT_LockRequestBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HDeptID;           //int       Éú²ú³µ¼ä
        public string HEmpName;         //varchar   ÉêÇëÈË
        public Int64 HLockDays;         //int       Ëø¶¨ÌìÊý
        public string HLockStartDate;   //datetime  ¿ªÊ¼ÈÕÆÚ
        public string HLockEndDate;     //datetime  ½áÊøÈÕÆÚ
        public Int64 HOrgID;            //int       ×éÖ¯
    }
}