using System;
using SqlSugar;
using System.Linq;
using System.ComponentModel;
using System.Collections.Generic;
using Tiger.Model;
namespace Tiger.Model.MES.Yada
{
///
/// ʵÌ壺mes_MiscShipLine
///
[Serializable]
[SugarTable("mes_MiscShipLine")]
public class mes_MiscShipLine : iViewEntity
{
#region ¹¹Ô캯Êý
///
/// ʵÌ壺mes_MiscShipLine
///
public mes_MiscShipLine() {}
#endregion
#region ¹«¹²ÊôÐÔ
///
/// µ¥Í·ID
///
public long MiscShipID { get; set; }
///
/// ÐÐID
///
public long MiscShipLineID { get; set; }
///
/// µ¥¾Ý±àÂë
///
public string DocNo { get; set; }
///
/// ÐкÅ
///
public int DocLineNo { get; set; }
///
/// ÁϺÅ
///
public string ItemCode { get; set; }
///
/// ÁÏÆ·Ãû³Æ
///
public string ItemName { get; set; }
///
/// ÁÏÆ·ÃèÊö
///
public string ItemDescription { get; set; }
///
/// SAPÁϺÅ
///
public string SapCode { get; set; }
///
/// ¿â´æÊýÁ¿
///
public double StoreUOMQty { get; set; }
///
/// ¿â´æµ¥Î»
///
public string StoreUOM { get; set; }
///
/// ³É±¾ÊýÁ¿
///
public double CostUOMQty { get; set; }
///
/// ³É±¾µ¥Î»
///
public string CostUOM { get; set; }
///
/// µ¥¼Û
///
public double CostPrice { get; set; }
///
/// ³É±¾
///
public double CostMny { get; set; }
///
/// ´æ´¢µØµã
///
public string WhCode { get; set; }
///
/// ´æ´¢µØµãÃû³Æ
///
public string WhName { get; set; }
///
/// ÊÜÒæ²¿ÃűàÂë
///
public string BenefitDept { get; set; }
///
/// ÊÕÒæ²¿ÃÅÃû³Æ
///
public string BenefitDeptName { get; set; }
///
/// ³ö¿âÔÒò
///
public string OutStorageReason { get; set; }
///
/// ´´½¨ÈË
///
public string CreatedBy { get; set; }
///
/// ´´½¨Ê±¼ä
///
public DateTime CreatedOn { get; set; } = DateTime.MinValue;
///
/// ¸üÐÂÈË
///
public string ModifiedBy { get; set; }
///
/// ¸üÐÂʱ¼ä
///
public DateTime ModifiedOn { get; set; } = DateTime.MinValue;
#endregion
#region ÐéÄâÊôÐÔ
/*Àý×Ó
[SugarColumn(IsIgnore = true)]
public string FieldName { get; set; }
*/
#endregion
#region ö¾Ù±äÁ¿
/*Àý×Ó
public enum FieldNames
{
[Description("ö¾ÙÃèÊö0")]
Enum0,
[Description("ö¾ÙÃèÊö1")]
Enum1,
}
*/
#endregion
#region ¹«¹²·½·¨
#endregion
}//endClass
}