payne
2024-04-24 0609ad2318e9d20dfa1d1eebe3c24242717cd112
iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsContainerPackaging/Dto/WmsContainerPackagingOutput.cs
@@ -4,14 +4,14 @@
namespace Admin.NET.Application
{
    /// <summary>
    /// 包装关系基础表输出参数
    /// 容器关系输出参数
    /// </summary>
    public class WmsContainerPackagingOutput
    {
        /// <summary>
        /// 容器类型ID
        /// </summary>
        public long? ContainerTypeId { get; set; }
        public long ContainerTypeId { get; set; }
        
        /// <summary>
        /// 容器类型名称
@@ -21,7 +21,7 @@
        /// <summary>
        /// 物料类型ID
        /// </summary>
        public long? MaterialTypeId { get; set; }
        public long MaterialTypeId { get; set; }
        
        /// <summary>
        /// 物料类型编号
@@ -36,7 +36,7 @@
        /// <summary>
        /// 物料容器容量
        /// </summary>
        public decimal? BoxQty { get; set; }
        public decimal BoxQty { get; set; }
        
        /// <summary>
        /// Id主键