1
陈雯静
2024-03-11 45e245505f33ba0e4866a4e1d49f5ab93c771f1d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsCg_POInStockBackBillMain:DBUtility.ClsXt_BaseBillMain
    {
        public string HAddress;//     varchar(200)                --½»»õµØµã 
        public Int64 HSupID;//      int                 --¹©Ó¦ÉÌ £¨Gy_Supplier£©
        public Int64 HCurID;//    int                  --±Ò±ð (Gy_Currency)
        public Int64 HWHID;//      int     --²Ö¿â
        public Int64 HSPID;//      int     --²Öλ
        public Single HExRate;//    money                  --»ãÂÊ  (Ñ¡ÔñÍê±Ò±ð´ø³ö)
        public Int64 HEmpID;//     int                   --ÒµÎñÔ±  (Gy_Employee)
        public Int64 HManagerID;//  int                 --Ö÷¹Ü    (Gy_Employee)
        public Int64 HDeptID;//     int                 --²¿ÃÅ    (Gy_Employee)
        public string HExplanation;//  varchar(200)             --ÕªÒª 
        public string HInnerBillNo;//  varchar(50)             --ÄÚ²¿µ¥¾ÝºÅ
 
        public long HAPPORGID { get; set; }
        public long HPURCHASEORGIDD { get; set; }
        public long HREQUIREORGID { get; set; }
        public long HSETTLEORGID { get; set; }
        public long HOWNERTYPEID { get; set; }
        public long HOWNERID { get; set; }
        public long HERPInterID { get; set; }
        public long HStatus { get; set; }
        public string HERPBillType { get; set; }
        public string HConfirmMan { get; set; }
        public string HConfirmDate { get; set; }
    }
}