css
liuying
2024-04-25 4fe1be0962e4ebf5acb39f09f6003ef084a150a8
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsContainer.cs
@@ -3,8 +3,8 @@
using System.ComponentModel.DataAnnotations.Schema;
/*
 * @author : 您的名字
 * @date : 2024/4/23下午6:42:15
 * @author : 刘文奇
 * @date : 2024/4/24上午9:37:54
 * @desc : 容器信息表
 */
namespace Admin.NET.Core
@@ -58,8 +58,9 @@
        /// 容器关系ID
        /// </summary>
        [Comment("容器关系ID")]
        [Required]
        public long? PackagingId { get; set; }
        public long PackagingId { get; set; }
        /// <summary>