using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MyCode.Project.Infrastructure.JackYun
{
public class GoodsDetailItem
{
///
/// 商品明细id(唯一):商品明细的唯一标识。
///
public string SubTradeld { get; set; }
///
///
///
public string goodsNo { get; set; }
///
///
///
public string specId { get; set; }
///
///
///
public decimal shareOrderPlatDiscountFee { get; set; }
///
///
///
public string goodsId { get; set; }
///
/// 订单标价总金额
///
public decimal sellTotal { get; set; }
///
///
///
public int needProcessCount { get; set; }
///
///
///
public decimal shareOrderDiscountFee { get; set; }
///
///
///
public string subTradeId { get; set; }
///
///
///
public int goodsPlatDiscountFee { get; set; }
///
///
///
public int baseUnitSellCount { get; set; }
///
/// 数量
///
public int sellCount { get; set; }
///
///
///
public string outerId { get; set; }
///
///
///
public decimal isFit { get; set; }
///
///
///
public decimal taxFee { get; set; }
///
/// 实付金额
///
public decimal divideSellTotal { get; set; }
///
/// 条码,用这个匹配金蝶物料编码
///
public string barcode { get; set; }
///
///
///
public int apiType { get; set; }
///
///
///
public string tradeId { get; set; }
///
///
///
public string skuImgUrl { get; set; }
///
/// Desc:计量单位
/// Default:
/// Nullable:True
///
public string unit { get; set; }
///
/// Desc:分摊后金额
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName = "shareFavourableAfterFee")]
public decimal? ShareFavourableAfterFee { get; set; }
}
public class TradesItem
{
///
/// 销售单状态 6000:发货在途;9090:已完成
///
public int tradeStatus { get; set; }
///
///
///
public decimal couponFee { get; set; }
///
///
///
public decimal realFee { get; set; }
///
/// 店铺编码
///
public string shopCode { get; set; }
///
/// 发货单单号
///
public string orderNo { get; set; }
///
/// 订单编号
///
public string tradeNo { get; set; }
///
/// 是否删除(0:否;1:是)
///
public int isDelete { get; set; }
///
///
///
public string mainPostid { get; set; }
/////
///// 组合装子件列表
/////
//public List