namespace HH.WCS.Mobox3.RiDong.dto; /// /// 货位分配 /// public class LocationDto { /// /// 分组 /// public string Group { get; set; } /// /// 符合条件的货位 /// public int Eligibility { get; set; } /// /// 满货位数量 /// public int Locklocation { get; set; } }