zzr99
2021-12-25 9385f2a2e4e2b6578f4b9e1cc139db977c2467ee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Text;
 
namespace WebAPI.Models
{
    public class ClsPay_WorkTimesBillMain:DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HDeptID;//        int    
        public Int64 HGroupID;//    int    ¡¯°à×é
        public string HPayType;//         varchar(50)        '¹¤×ÊÀàÐÍ    ½çÃæ²»ÏÔʾ ´æ¡®¡¯
        public bool HSaveType;//    bit        '±£´æÀàÐÍ
    }
}