using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Automation.Peers;
using WebSocketSharp;
namespace BBWY.Client.Models.APIModel.Response.PackTask
{
//public class PackTaskResultResponse
//{
// ///
// /// 查询总数据(判断总页数)
// ///
// public int TotalCount { get; set; }
// ///
// /// 页面返回的数据
// ///
// public GetPackTaskDTO[] Items { get; set; }
//}
//public class GetPackTaskDTO
//{
// ///
// /// SKU标题
// ///
// public string SkuName { get; set; }
// ///
// /// 图片链接
// ///
// public string Logo { get; set; }
// ///
// /// 任务id
// ///
// public long TaskId { get; set; }
// ///
// /// 需求方创建日期
// ///
// public DateTime CreateTime { get; set; }
// ///
// /// 任务状态(未完成=0,已完成=1,)
// ///
// public int TaskStatus { get; set; }
// ///
// /// 需求方团队
// ///
// public string DepartmentName { get; set; }
// ///
// /// 需求方店铺
// ///
// public string ShopName { get; set; }
// ///
// /// 货号
// ///
// public string ProductItemNum { get; set; }
// ///
// /// 货号品名
// ///
// public string BrandName { get; set; }
// ///
// /// 对接人
// ///
// public string UserName { get; set; }
// ///
// /// 打包人
// ///
// public string[] PackUserName { get; set; }
// ///
// /// skuid
// ///
// public string SkuId { get; set; }
// ///
// /// sku数量
// ///
// public int SkuCount { get; set; }
// ///
// /// 打包类型(单件=0,多件=1)
// ///
// public int PackType { get; set; }
// ///
// /// 落仓(商家仓=0,云仓=1,京仓=2,3=聚水潭)
// ///
// public int PositionType { get; set; }
// ///
// /// 基础包装(快递袋=0,纸箱=1,麻袋=2)
// ///
// public int BasicPack { get; set; }
// ///
// /// 增量1()
// ///
// public string Increment1 { get; set; }
// ///
// /// 工序道数
// ///
// public int? ProcessCount { get; set; }
// ///
// /// 到货情况(待收货=0,部分收货=1,已到货=2)
// ///
// public int Availability { get; set; }
// //todo: 条形码数据 合格证数据
// /////
// ///// 打包费用
// /////
// //public FeesItemTypeDTO FeesItemTypeDTO { get; set; }
// ///
// ///
// ///
// public FeesItemResponse FeesItemResponse { get; set; }
// ///
// /// 合格证位置(外部包装=0,产品包装=1)
// ///
// public int? CertificatePosition { get; set; }
// ///
// /// 箱子耗材(自带=0,4-13号纸箱=1-10,)
// ///
// public int? BoxConsumables { get; set; }
// ///
// /// sku配件名称
// ///
// public string SkuGoodsTitle { get; set; }
// ///
// /// 配件数
// ///
// public int GoodsNumber { get; set; }
// ///
// /// 气泡纸耗材(长=0,宽=1)
// ///
// public int? AirConsumables { get; set; }
// ///
// /// 注意事项(对接备注)
// ///
// public string MarkMessage { get; set; }
// public BarCodeModel BarCodeDTO { get; set; }
// public CertificateModel[] cers { get; set; }
// ///
// /// 是否加急
// ///
// public int IsWorry { get; set; }
// ///
// /// 品牌
// ///
// public string Brand { get; set; }
// public string OrderId { get; set; }
//}
}