This commit is contained in:
2025-07-10 15:31:54 +08:00
parent e01ff7f549
commit 99bbfe3c95
7 changed files with 227 additions and 33 deletions

View File

@@ -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批发业务B2B10试销业务11错漏调整12仅退款13销售返利14大B2B业务15物流买赔16销售对账差异 91自定义192自定义293自定义3...100自定义10
/// 只抓 1 零售业务7 售后发货8 售后退货
/// </summary>
public int TradeType { get; set; }
/// <summary>
/// Desc:发货时间
/// Default:
/// Nullable:True
/// </summary>
public DateTime? consignTime { get; set; }
}