using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Admin.NET.Application.Service.WmsCommonnQuery.Dto; /// /// 缓存岛齐包查询输入参数 /// public class PackListInput { /// /// 是否齐包 /// public bool? IsPack { get; set; } public string PackageCode { get; set; } }