using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsWL_YayBillMainBillSub : DBUtility.ClsXt_BaseBillMain
|
{
|
// ¹ØÁªÖ÷±í
|
public int HInterID { get; set; } // Ö÷ÄÚÂë
|
public string HBillNo_bak { get; set; } // µ¥¾ÝºÅ£¨±¸·Ý£©
|
|
// ×Ó±íÐÅÏ¢
|
public int HEntryID { get; set; } // ×ÓÄÚÂë
|
|
// ÐйرÕÏà¹Ø
|
public string HCloseMan { get; set; } // ÐйرÕÈË
|
public DateTime HEntryCloseDate { get; set; } // ÐйرÕÈÕÆÚ
|
public bool HCloseType { get; set; } // ¹Ø±ÕÀàÐÍ
|
|
// ±¸×¢
|
public string HRemark { get; set; } // ±íÌ屸ע
|
|
// Ô´µ¥ÐÅÏ¢
|
public int HSourceInterID { get; set; } // Ô´µ¥ID
|
public int HSourceEntryID { get; set; } // Ô´µ¥×ÓID
|
public string HSourceBillNo { get; set; } // Ô´µ¥µ¥ºÅ
|
public string HSourceBillType { get; set; } // Ô´µ¥ÀàÐÍ
|
public string HScatteredVolume { get; set; } // Ô´µ¥ÀàÐÍ
|
public decimal HRelationQty { get; set; } // ¹ØÁªÊýÁ¿
|
public decimal HRelationMoney { get; set; } // ¹ØÁª½ð¶î
|
|
// ×ÔÔöÁÐ
|
public int HItemSubID { get; set; } // ×ÔÔöÁÐ
|
|
///×Ô¶¨Òå
|
public int HMaterID { get; set; }
|
public int HUnitID { get; set; }
|
public int HMouldID { get; set; }
|
public decimal HMouldLength { get; set; }
|
public decimal HMouldHeight { get; set; }
|
public decimal HMouldWidth { get; set; }
|
public decimal HMouldFoldHeight { get; set; }
|
public decimal HVolume { get; set; }
|
public decimal HQty { get; set; }
|
public decimal HSNP { get; set; }
|
public decimal HMouldQty { get; set; }
|
}
|
}
|