|
|
@ -56,35 +56,6 @@ namespace BBWYB.Server.Model.Db |
|
|
|
/// </summary>
|
|
|
|
public long? ShopId { get; set; } |
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
///// 우뒵데뵀
|
|
|
|
///// </summary>
|
|
|
|
//[Column(StringLength = 100)]
|
|
|
|
//public string WaybillNo { get; set; }
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
///// 覩迦우뒵무鱇츰냔
|
|
|
|
///// </summary>
|
|
|
|
//[Column(StringLength = 100)]
|
|
|
|
//public string SourceExpressName { get; set; }
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
///// 覩迦우뒵무鱇Id
|
|
|
|
///// </summary>
|
|
|
|
//[Column(StringLength = 100)]
|
|
|
|
//public string SourceExpressId { get; set; }
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
///// 커깃우뒵무鱇츰냔
|
|
|
|
///// </summary>
|
|
|
|
//[Column(StringLength = 100)]
|
|
|
|
//public string TargetExpressName { get; set; }
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
///// 커깃우뒵무鱇Id
|
|
|
|
///// </summary>
|
|
|
|
//[Column(StringLength = 100)]
|
|
|
|
//public string TargetExpressId { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 백橄땐데Sku
|
|
|
@ -101,11 +72,11 @@ namespace BBWYB.Server.Model.Db |
|
|
|
[Column(StringLength = 500)] |
|
|
|
public string Remark { get; set; } |
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
///// 角뤠푯澗
|
|
|
|
///// </summary>
|
|
|
|
//[Column(DbType = "bit")]
|
|
|
|
//public bool? IsSign { get; set; } = false;
|
|
|
|
/// <summary>
|
|
|
|
/// 设置历史采购单时间
|
|
|
|
/// </summary>
|
|
|
|
[Column(DbType = "datetime", IsNullable = true)] |
|
|
|
public DateTime HistorySettingTime { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 꽃뭔데榴檄
|
|
|
|