1
duhe
2025-03-31 9b4915b7b3669ffe80774740bd06c547ece49494
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_StationEntrustOutBillSub : DBUtility.ClsXt_BaseBillSub
    {
 
        public string HBillNo_bak;//        varchar(50)    --µ¥¾ÝºÅ£¨±¸·Ý£¬ÒÔÃâÄÚÂ붪ʧ£¬ÕÒ²»µ½¶ÔÓ¦Ö÷±í£©
 
        public Int64 HProcID;//        int            --¹¤Ðò 
        public Int64 HMaterID;//        int            --ÎïÁÏ 
        public Int64 HEmpID;//        int            --²Ù×÷¹¤ 
        public Int64 HSourceID;//    int            --Éú²ú×ÊÔ´ID(Gy_Source)
        public DateTime HRelBeginDate;//   datetime             --ʵ¼Ê¿ª¹¤ÈÕÆÚ
        public DateTime HRelEndDate;//    datetime                   --ʵ¼ÊÍ깤ÈÕÆÚ
        public double HTimes;//    money        --ʵ×÷ʱ¼ä
        public double HQty;//    dec        --ʵ×÷ÊýÁ¿
        public double HPieceQty;//    dec        --°åÊý
        public double HCheckQty;    //dec(18,8)    --ºÏ¸ñÊýÁ¿
        public double HBadCount;  //²»Á¼Æ·Êý
        public double HWasterQty;// Òò¹¤±¨·ÏÊýÁ¿
        public double HWasterQty2;// ÒòÁϱ¨·ÏÊýÁ¿
 
        public double HWeight;//        dec(18,8)    --ÖØÁ¿    
        public double HPrice;//          dec(18,8)    --¹¤Ðò¹¤¼Û
        public double HMoney;//         money      -- ¼Æ¼þ½ð¶î
        public double HOtherDeduct;//    money        --ÆäËû¿Û¿î
        public double HRelPay;//        money        --ʵµÃ¹¤×Ê
        public string HOtherItem1;//    varchar(50)    --ÆäËûÊôÐÔ1
        public string HOtherItem2;//    varchar(50)    --ÆäËûÊôÐÔ2
        public long HCheckEmpID;//    int        --¼ìÑéÔ±(gy_employee)
 
        public Int64 HProcPlanInterID;//    int            --¹¤Ðò¼Æ»®µ¥ID
        public Int64 HProcPlanEntryID;//    int            --¹¤Ðò¼Æ»®µ¥×ÓID
        public string HProcPlanBillNo;//    varchar(50)        --¹¤Ðò¼Æ»®µ¥ºÅ
        public Int64 HICMOInterID;//    int                 --ÈÎÎñµ¥ID     
        public string HICMOBillNo;//        varchar(50)          --ÈÎÎñµ¥ºÅ
        public Int64 HSeOrderInterID;//    int                --ÏúÊÛ¶©µ¥Ö÷ID
        public Int64 HSeOrderEntryID;//   int                 --ÏúÊÛ×ÓID
        public string HSeOrderBillNo;//    varchar(50)             --ÏúÊÛ¶©µ¥ºÅ 
        public Int64 HWWOrderInterID;//    int            --ίÍâ¶©µ¥ÄÚÂë
        public Int64 HWWOrderEntryID;//    int            --ίÍâ¶©µ¥×ÓÄÚÂë
        public string HWWOrderBillNo;//    varchar(50)        --ίÍâ¶©µ¥ºÅ
        public Int64 HProcExchInterID;//    int            --¹¤ÐòÁ÷ת¿¨ID
        public Int64 HProcExchEntryID;//    int            --¹¤ÐòÁ÷ת¿¨×ÓID
        public string HProcExchBillNo;//    varchar(50)        --¹¤ÐòÁ÷ת¿¨ºÅ
        public Int64 HProcNo;//        int            --¹¤ÐòºÅ 
        public string HSourceName;// »ų́
    }
}