1
wtt
2025-04-02 221e2c1be8053f750805c1335fc32b1bafe1c76b
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 Sup_SendGoodsBillMain: DBUtility.ClsXt_BaseBillMain
    {
        public string HDateForWeb;
        public string HAddress;//     varchar(200)                --½»»õµØµã 
        public Int64 HSupID;//      int                 --¹©Ó¦ÉÌ £¨Gy_Supplier£©
        public Int64 HCurID;//    int                  --±Ò±ð (Gy_Currency)
        public Int64 HWHID;//      int     --²Ö¿â
        public Single HExRate;//    money                  --»ãÂÊ  (Ñ¡ÔñÍê±Ò±ð´ø³ö)
        public Int64 HEmpID;//     int                   --ÒµÎñÔ±  (Gy_Employee)
        public Int64 HMangerID;//  int                 --Ö÷¹Ü    (Gy_Employee)
        public Int64 HDeptID;//     int                 --²¿ÃÅ    (Gy_Employee)
        public string HExplanation;//  varchar(200)             --ÕªÒª 
        public string HInnerBillNo;//  varchar(50)             --ÄÚ²¿µ¥¾ÝºÅ
    }
}