1
duhe
2024-07-29 e486bdcca9a38e52874c231eb1a36731d747578f
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
using System;
using System.Collections.Generic;
using System.Text;
 
 
 
namespace Model
{
    public class ClsXs_SeOrderBill_CheckMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HItemID;
        public Int64 HInterID;
        public Int64 HEntryID;
        public string HBillNo;
        public Int64 HCusID;
        public string HBackType;
        public string HBacker;
        public DateTime HBackDate;
        public Int64 HStatus;
        public string HArtCheckMan;
        public DateTime HArtCheckDate;
        public DateTime HArtCheckLastDate;
        public string HArtCheckNote;
        public string HMakeCheckMan;
        public DateTime HMakeCheckDate;
        public DateTime HMakeCheckLastDate;
        public string HMakeCheckNote;
        public string HBuyCheckMan;
        public DateTime HBuyCheckDate;
        public DateTime HBuyCheckLastDate;
        public string HBuyCheckNote;
        public string HSellCheckMan;
        public DateTime HSellCheckDate;
        public DateTime HSellCheckLastDate;
        public string HSellCheckNote;
        public double HRelationQty;
        public string HCloseMan;
        public Int64 HCloseType;
        public double HProductQty;
        public DateTime HPlanBDate;
        public DateTime HPlanEDate;
        public DateTime HMakeCheckLast;
        public DateTime HBuyCheckLast; 
    }
}