1
zrg
10 天以前 5c5e72f464d20d1252901a102e40f50aea115bfb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_FeedingErrorProofingBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HInterID;
        public string HBillNo;
        public DateTime HDate;
        public Int64 HOrgID;            //      int             --×éÖ¯
        public Int64 HDeptID;           //      int             --²¿ÃÅ    (Gy_Employee)
        public Int64 HEmpID;            //      int               --ͶÁÏÔ±(Gy_Employee)
        public string HBarCode;         //      varchar         --¹¤Î»ÌõÂë
        public Int64 HWorkStationID;    //      int             --¹¤Î»ID
    }
}