//------------------------------------------------------------------------------
//
// 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_StudentDistribute
///
public partial class ET_StudentDistribute
{
public ET_StudentDistribute()
{
this.ET_StudentDistribute_CF_Student = new HashSet();
this.ET_StudentNotDistribute = new HashSet();
}
///
/// StudentDistributeID
///
public System.Guid StudentDistributeID { get; set; }
///
/// SpecialtyPlanID
///
public Nullable SpecialtyPlanID { get; set; }
///
/// TeachingMaterialPoolID
///
public Nullable TeachingMaterialPoolID { get; set; }
///
/// DistributeQty
///
public int DistributeQty { get; set; }
///
/// StockOutType
///
public Nullable StockOutType { get; set; }
///
/// RecordStatus
///
public Nullable RecordStatus { get; set; }
///
/// CreateTime
///
public Nullable CreateTime { get; set; }
///
/// CreateUserID
///
public Nullable CreateUserID { get; set; }
///
/// ModifyUserID
///
public Nullable ModifyUserID { get; set; }
///
/// ModifyTime
///
public Nullable ModifyTime { get; set; }
///
/// Remark
///
public string Remark { get; set; }
///
/// StudentDistributeNo
///
public string StudentDistributeNo { get; set; }
///
/// RecipientUser
///
public string RecipientUser { get; set; }
///
/// CF_TeachingMaterialPool
///
public virtual CF_TeachingMaterialPool CF_TeachingMaterialPool { get; set; }
///
/// EM_SpecialtyPlan
///
public virtual EM_SpecialtyPlan EM_SpecialtyPlan { get; set; }
///
/// CF_Student
///
public virtual HashSet ET_StudentDistribute_CF_Student { get; set; }
///
/// CF_Student1
///
public virtual HashSet ET_StudentNotDistribute { get; set; }
}
}