using HH.WCS.Mobox3.pinggao.models;
using SqlSugar;
using System;
using System.Collections.Generic;
namespace HH.WCS.Mobox3.pinggao
{
[SugarTable("TN_Outbound_Order")]
public partial class TN_Outbound_Order : BaseModel
{
///
/// ³ö¿âµ¥ºÅ
///
public string S_NO { get; set; }
public string BUDAT { get; set; }
public string BLDAT { get; set; }
public string UNAME { get; set; }
public string BKTXT { get; set; }
public string SOBKZ { get; set; }
///
/// Äê·Ý
///
//public string S_WLPZNF { get; set; }
public string S_WLPZHXM { get; set; }
public string S_WLPZ { get; set; }
public string S_WLPZND { get; set; }
///
/// ²Ö¿â±àÂë
///
public string S_WH_CODE { get; set; } = util.Settings.WHCode;
///
/// ÒµÎñ״̬
///
public int N_B_STATE { get; set; } = 0;
///
/// À´Ô´ÀàÐÍ
///
public string S_BS_TYPE { get; set; }
///
/// À´Ô´µ¥ºÅ
///
public string S_BS_NO { get; set; }
///
/// ³ö¿â²ßÂÔ
///
public string S_OUT_STRATEGY { get; set; }
///
/// ³ö¿â·½Ïò
///
public string S_OUT_TO { get; set; }
///
/// ¿âÇø±àÂë
///
public string S_AREA_CODE { get; set; }
///
/// ÊÇ·ñ±¸ÁÏ
///
public string S_STOCK_UP { get; set; }
///
/// »õλ±àÂë
///
public string S_END_LOC { get; set; }
public string S_END_AREA { get; set; }
public string S_OUT_TYPE { get; set; }
///
/// ¹¤³§
///
public string S_FACTORY { get; set; }
//public string S_GZRY { get; set; }
public string S_CBZX { get; set; }
public string S_LRZX { get; set; }
public string S_ZZKM { get; set; }
[SugarColumn(IsIgnore = true)]
[Navigate(NavigateType.OneToMany, nameof(TN_Outbound_Detail.S_DO_NO), nameof(S_NO))]
public List Details { get; set; }
}
}