| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | using Newtonsoft.Json; |
| | | using Newtonsoft.Json; |
| | | |
| | | namespace HH.WCS.Mobox3.DSZSH.Dtos.Request { |
| | | public class MoboxRequest { |
| | |
| | | public class EmptyOnlineGoodpackInfo : StartCntEndInfo { } |
| | | |
| | | public class CreateCheckOrderInfo { |
| | | public string No { get; set; } |
| | | public string CgId { get; set; } |
| | | public string ItemName { get; set; } |
| | | public string BatchNo { get; set; } |
| | | public string Qty { get; set; } |
| | | /// <summary> |
| | | /// 抽检数量 |
| | | /// </summary> |
| | | public int Count { get; set; } |
| | | public string EndArea { get; set; } |
| | | } |
| | | #endregion |
| | |
| | | /// </summary> |
| | | public string No { get; set; } |
| | | |
| | | public bool Forced { get; set; } |
| | | public List<FinishedOutboundDetailInfo> OutboundDetails { get; set; } |
| | | } |
| | | |
| | | public class FinishedOutboundDetailInfo { |
| | | public string CgCode { get; set; } |
| | | public string CgId { get; set; } |
| | | public string CgName { get; set; } |
| | | public string PatchNo { get; set; } |
| | | public string BatchNo { get; set; } |
| | | public string CntrType { get; set; } |
| | | public int Qty { get; set; } |
| | | public int Count { get; set; } |
| | | |
| | | public string EndArea { get; set; } |
| | | //public bool Forced { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否强制出库 |
| | | /// </summary> |
| | | public bool Forced { get; set; } |
| | | } |
| | | |
| | | |
| | | #endregion |
| | | |
| | | //------------------------------------------------------------------------------ |