namespace HH.WCS.Mobox3.RiDong.dto; /// /// 货位分配类 /// public class LocationAllotDto { /// /// 巷道 /// public int roadWay { get; set; } /// /// 满货位 /// public int fullLocation { get; set; } /// /// 空货位 /// public int emptyLocation { get; set; } }