using NXWMS.Client.Model.AppModels.Result.Balance; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NXWMS.Client.Model.AppModels.Result.OutStock { public class WmsOutInvoiceCheckResult { public List TrayIdLst { get; set; } public WmsOutInvoiceResult InvoiceMdResult { get; set; } public bool IsAutoAllocateBalance { get; set; } } }