payne
2024-04-25 b96e7fb632e229cc8d7f3c271d07e03420323b84
iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsMaterial/Dto/WmsMaterialOutput.cs
@@ -1,4 +1,5 @@
using Admin.NET.Core.Util.LowCode.Dto;
using Admin.NET.Core;
using Admin.NET.Core.Util.LowCode.Dto;
using System;
namespace Admin.NET.Application
@@ -36,7 +37,7 @@
        /// <summary>
        /// 物料类型
        /// </summary>
        public int? MaterialType { get; set; }
        public long? MaterialType { get; set; }
        
        /// <summary>
        /// 物料组
@@ -51,7 +52,7 @@
        /// <summary>
        /// ABC分类
        /// </summary>
        public int? ABCClass { get; set; }
        public ABCClassEnum? ABCClass { get; set; }
        
        /// <summary>
        /// 物料规格
@@ -162,7 +163,7 @@
        public List<WmsSubstituteGoodOutput> SubstituteGoodList { get; set; }
        /// <summary>
        /// 往来关系
        /// 往来单位
        /// </summary>
        public List<BaseCustomerOutput> BaseCustomerList { get; set; }
    }