22
jingh
2021-08-07 bcc095f215ec7abd6dd33ea9e822e2c7eddda601
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsPay_SumBalBillMain : DBUtility.ClsXt_BaseBillMain
    {
 
        public Int64 HGroupID;//    int    //°à×é(h_v_IF_Group)
        public Int64 HDeptID;//        int    //²¿ÃÅ£¨h_v_IF_Department£©
        public Int64 HEmpID;//        
        public Int64 HPayType;//        //¹¤×ÊÀàÐÍ
        public string HExplanation;//       //ÕªÒª
        public string HInnerBillNo;//       //ÄÚ²¿µ¥¾ÝºÅ
        public bool HSaveFlag;
        
    }
}