1
llj
2025-08-18 e3f218a023f0625f415a1526b278636c3e39aa4f
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       ×éÖ¯
    }
}