333
This commit is contained in:
@@ -192,12 +192,17 @@ namespace MyCode.Project.Infrastructure.JackYun
|
||||
/// </summary>
|
||||
public DateTime? payTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单类型 销售单类型(1:零售业务;2:代发货(来自分销商);3:预售订单;4:周期性订购;5:代销售(供货商发货);6:现款现货;7:售后发货;8:售后退货;9:批发业务(B2B);10:试销业务;11:错漏调整;12:仅退款;13:销售返利;14:大B2B业务;15物流买赔;16销售对账差异 91:自定义1;92:自定义2;93:自定义3...100:自定义10)
|
||||
/// 只抓 1 零售业务,7 售后发货,8 售后退货
|
||||
/// </summary>
|
||||
public int TradeType { get; set; }
|
||||
/// <summary>
|
||||
/// Desc:发货时间
|
||||
/// Default:
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
|
||||
|
||||
public DateTime? consignTime { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user