沈泽
2021-10-28 48980238de2d83557fb282c3ca0e09b68d0cf8e6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsPay_SingleBalBillMain:DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HGroupID;//    int    //°à×éID
        public Int64 HDeptID;//        int    //
        public Int64 HEmpID;//        int
        public Int64 HPayType;//        int     //¹¤×ÊÀàÐÍ
        public string HExplanation;//   varchar(200)        --ÕªÒª
        public string HInnerBillNo;//  varchar(50)         --ÄÚ²¿µ¥¾ÝºÅ
        public bool HSaveFlag;
    }
}