zzr99
2021-11-25 ce9ca83de554df69c145cea57c0960f49632fa8c
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsKf_ProductInBillSub_CLD : DBUtility.ClsXt_BaseBillSub
    { 
        //============
        public Int64 HPropertyID;   //¸¨ÖúÊôÐÔ
        public double Famount;     //½ð¶î
        public double Fauxprice;   //µ¥¼Û
        public double Fauxqty;     //ʵÊÕÊýÁ¿
        public string FBatchNo;     //ÅúºÅ
        public Int64 FDCStockID;    //ÊÕ»õ²Ö¿â
        public Int64 HSPID;
        public string FICMOBillNo;  //Éú²úÈÎÎñµ¥ºÅ
        public Int64 FICMOInterID;  //ÈÎÎñµ¥ÄÚÂë
        public Int64 FItemID;       //ÎïÁϱàÂë
        public Int64 FUnitID;       //µ¥Î»
        public Int64 HSecUnitID;    //¸¨Öúµ¥Î»
        public double HSecUnitQty;   //¸¨ÖúÖØÁ¿
        public string Fnote;        //±¸×¢
        public string fentryselfa0240;        //ÑÕÉ«
        public string fentryselfa0241;        //»õºÅ
 
        public string HBarCode;                 //ÌõÂë
    }
}