using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsKf_AuxProductInBillSub:DBUtility.ClsXt_BaseBillSub
|
{
|
public Int64 HInterID;
|
public Int64 HEntryID;
|
public Int64 HMaterID; //ÎïÁÏID
|
public Int64 HUnitID; //¼ÆÁ¿µ¥Î»
|
public double HQtyMust; //ÊýÁ¿
|
public double HQty; //ÊýÁ¿
|
public double HPrice; //Ô±Òµ¥¼Û
|
public double HMoney; //Ô±Ò½ð¶î
|
public long HWHID; //²Ö¿âID
|
public long HSCWHID; //µ÷³ö²Ö¿âID
|
public string HCloseMan; //ÐйرÕ
|
public bool HCloseType; //¹Ø±ÕÀàÐÍ
|
public string HRemark;
|
public Int64 HSourceInterID;
|
public Int64 HSourceEntryID;
|
public string HSourceBillNo;
|
public string HSourceBillType;
|
public Int64 HSeOrderInterID;
|
public Int64 HSeOrderEntryID;
|
public string HSeOrderBillNo;
|
public double HRelationQty; //¹ØÁªÊýÁ¿
|
public Int64 HPOOrderInterID;
|
public Int64 HPOOrderEntryID;
|
public string HPOOrderBillNo;
|
|
}
|
}
|