22
jingh
2021-08-07 bcc095f215ec7abd6dd33ea9e822e2c7eddda601
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsKf_SellOutBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HSupID;//   int                --¹©Ó¦ÉÌ
        public Int64 HWHID;//    int                 --²Ö¿â
        public Int64 HSCWHID;//  int                   --µ÷³ö²Ö¿â   
        public Int64 HEmpID;//    int                --ÒµÎñÔ±
        public Int64 HManagerID;//   int            --¸ºÔðÈË
        public Int64 HSecManagerID;//  int           --ÑéÊÕ
        public Int64 HKeeperID;//   int             --±£¹ÜÔ±
        public Int64 HDeptID;//     int             --²¿ÃÅ
        public string HExplanation;//   varchar(200)        --ÕªÒª
        public string HInnerBillNo;//  varchar(50)         --ÄÚ²¿µ¥¾ÝºÅ
        public bool HRedBlueFlag;//  bit            --ºìÀ¶µ¥
        public Int64 HSellSID;//   int                --ÏúÊÛ·½Ê½
        public Int64 HCurID;//   int                --±Ò±ð
        public Int64 HConveyTypeID;//    
        public Int64 HConveyCompID;//    
        public double HConveyMoney;//    
        public string HSeOrderBillNo;//    
 
        public bool HDFflag; //ÊÇ·ñµæ¸¶
        public string HLinkMan;//    varchar(50)      //ÁªÏµÈË     new
        public string HLinkPhone;//   varchar(100)     //ÁªÏµµç»°   new
    }
}