1
dengjunjie
14 小时以前 a84aa68f69bd87e95844d5c12ebb6881a6924a3f
1
已修改2个文件
36 ■■■■ 文件已修改
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpLocationStatusDTO.cs 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpStationTypeDTO.cs 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
´úÂë¹ÜÀí/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; }
    }
}