YL
2021-11-25 848de7e5b159ae546f63d6e1f7d0b01e63aaf4b9
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;
        
    }
}