dengjunjie
9 小时以前 a8367fa42d18c40407408c79e8a5fd32cd09f05c
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpLocationStatusDTO.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; }
    }
}