using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using DBUtility;
|
|
namespace Model
|
{
|
public class ClsCg_OrderTransportBillSub_Model : ClsGy_Base_Model
|
{
|
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; }
|
public int? HSourceEntryID { get; set; }
|
public string HSourceBillNo { get; set; }
|
public string HSourceBillType { get; set; }
|
public decimal? HRelationQty { get; set; }
|
public decimal? HRelationMoney { get; set; }
|
public int HItemSubID { get; set; }
|
public int? HMaterID { get; set; }
|
public decimal? HVolume { get; set; }
|
public string HPack { get; set; }
|
public int? HUnitID { get; set; }
|
}
|
}
|