using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsXs_SeOrderBillSub_K3 : DBUtility.ClsXt_BaseBillSub
|
{
|
public Int64 HInterID;
|
public Int64 HEntryID;
|
public Int64 HMaterID; //ÎïÁÏID
|
public Int64 HCusBomID;
|
public string HCusBom;
|
public Int64 HPropertyID; //¸¨ÖúÊôÐÔ
|
public Int64 HUnitID; //¼ÆÁ¿µ¥Î»
|
public Int64 HSecUnitID; //¸¨Öú¼ÆÁ¿µ¥Î»
|
public double HSecUnitRate; //»»ËãÂÊ
|
public double HQty; //ÊýÁ¿
|
public double HPrice; //Ô±Òµ¥¼Û
|
public double HTaxPrice; //º¬Ë°µ¥¼Û
|
public double HMoney; //Ô±Ò½ð¶î
|
public double HTaxRate; //˰ÂÊ
|
public double HTaxMoney; //˰¶î=Ô±Ò½ð¶î*˰ÂÊ
|
public double HlineTotal; //¼Û˰ºÏ¼Æ=Ô±Ò½ð¶î+˰¶î £¨Èç¹ûÒª±¾±ÒÔò£¬È«²¿³Ë»ãÂÊ£©
|
public DateTime HDate; //½»»õÈÕÆÚ
|
public string HCloseMan; //ÐйرÕ
|
public bool HCloseType; //¹Ø±ÕÀàÐÍ
|
public string HRemark;
|
public Int64 HSourceInterID;
|
public Int64 HSourceEntryID;
|
public string HSourceBillNo;
|
public string HSourceBillType;
|
public double HRelationQty; //¹ØÁªÊýÁ¿
|
public string HBatchNo;
|
}
|
}
|