| | |
| | | |
| | | 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; } |
| | | } |
| | | } |