ResGetWareCellAllocation.cs 206 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 namespace HH_WCS_Standard { /// <summary> /// 请求仓位(wms返回) /// </summary> public class ResGetWarecellAllocation { public string toLocationCode { get; set; } } }