yangle
2024-06-05 e42e0a80cc8e79a2a92a88c1e118157644630a13
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsOF_DormCounterclaimBillSub : DBUtility.ClsXt_BaseBillSub
    {
        
 
        public Int64 HEmpID;//            int        --Åâ³¥ÈË£¨Gy_Employee£©
        public Int64 HDeptID;//            int        --²¿ÃÅ
        public Int64 HMaterID;//        int        --Ëð»µÎï¼þ(Gy_Material ´ø³ö ´úÂ룬Ãû³Æ,¹æ¸ñÐͺÅ)
        public Single HQty;//            money        --ÊýÁ¿
        public Single HPrice;//            money        --µ¥¼Û
        public Single HMoney;//            money        --Åâ³¥½ð¶î
        public string HReason;//            varchar(200)    --Åâ³¥Ô­Òò
 
 
    }
}