//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace EMIS.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// ET_StockOutDetail
///
public partial class ET_StockOutDetail
{
///
/// StockOutDetailID
///
public System.Guid StockOutDetailID { get; set; }
///
/// StockOutID
///
public System.Guid StockOutID { get; set; }
///
/// LibraryID
///
public Nullable LibraryID { get; set; }
///
/// TeachingMaterialPoolID
///
public System.Guid TeachingMaterialPoolID { get; set; }
///
/// StockOutQuantity
///
public Nullable StockOutQuantity { get; set; }
///
/// DiscountPrice
///
public Nullable DiscountPrice { get; set; }
///
/// Discount
///
public Nullable Discount { get; set; }
///
/// CreateUserID
///
public Nullable CreateUserID { get; set; }
///
/// CreateTime
///
public Nullable CreateTime { get; set; }
///
/// RecordStatus
///
public Nullable RecordStatus { get; set; }
///
/// ModifyUserID
///
public Nullable ModifyUserID { get; set; }
///
/// ModifyTime
///
public Nullable ModifyTime { get; set; }
///
/// CF_Library
///
public virtual CF_Library CF_Library { get; set; }
///
/// CF_TeachingMaterialPool
///
public virtual CF_TeachingMaterialPool CF_TeachingMaterialPool { get; set; }
///
/// ET_StockOut
///
public virtual ET_StockOut ET_StockOut { get; set; }
}
}