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; //ÌõÂë
|
}
|
}
|