1
yangle
2022-08-11 b110cef9d486c21a084852a99a04b1d97fad2253
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSup_AskPriceBillSub_Sup:DBUtility.ClsXt_BaseBillSub
    {
        //public Int64 HInterID;//
        //public Int64 HEntryID;//
        public Int64 HSupID;//  int  ¹©Ó¦ÉÌID
        public Int64 HMaterID;//  int 
        public bool HFlag;//   bit  Òѱ¨¼Û  
        //public string HRemark;//       varchar(100)  ±¸×¢
 
        //public string HCloseMan;//         --ÐйرÕ
        //public bool HCloseType;//        --¹Ø±ÕÀàÐÍ
        //public double HRelationQty;//       --¹ØÁªÊýÁ¿
    }
}