´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpLocationStatusDTO.cs
@@ -6,18 +6,24 @@ namespace WIDESEAWCS_DTO.WMS { public class UpStationTypeDTO public class UpLocationStatusDTO { /// <summary> /// ç«å°ç±»å /// 1å ¥åºç«å°ï¼2åºåºç«å°ï¼3åºå ¥åºç«å° /// ä»åºid /// </summary> public int stationType { get; set; } public int WarehouseId { get; set; } /// <summary> /// ç«å°ç¼å· /// ç¦ç¨ç¶æï¼0 å¯ç¨ï¼3 ç¦ç¨ï¼ /// </summary> public string stationCode { get; set; } public int EnableStatus { get; set; } /// <summary> /// è´§ä½ç¼å·å表 /// </summary> public string[] LocationNubList { get; set; } } } ´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpStationTypeDTO.cs
@@ -6,24 +6,18 @@ namespace WIDESEAWCS_DTO.WMS { public class UpLocationStatusDTO public class UpStationTypeDTO { /// <summary> /// ä»åºid /// ç«å°ç±»å /// 1å ¥åºç«å°ï¼2åºåºç«å°ï¼3åºå ¥åºç«å° /// </summary> public int WarehouseId { get; set; } public int stationType { get; set; } /// <summary> /// ç¦ç¨ç¶æï¼0 å¯ç¨ï¼3 ç¦ç¨ï¼ /// ç«å°ç¼å· /// </summary> public int EnableStatus { get; set; } /// <summary> /// è´§ä½ç¼å·å表 /// </summary> public string[] LocationNubList { get; set; } public string stationCode { get; set; } } }