Admin
2025-12-23 3f016f3de352db04e5c2d99dae9e4b7472198359
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA.Entity/DomainModels/BasicInfo/Dt_EmptyPallet.cs
@@ -3,6 +3,7 @@
 *如果数据库字段发生变化,请在代码生器重新生成此Model
 */
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@@ -43,6 +44,7 @@
        [MaxLength(80)]
        [Column(TypeName = "nvarchar(80)")]
        [Editable(true)]
        [Required(AllowEmptyStrings = false)]
        public string EmptyPallet_palletweight { get; set; }
        /// <summary>
@@ -60,8 +62,6 @@
        [Display(Name = "创建者")]
        [MaxLength(40)]
        [Column(TypeName = "nvarchar(40)")]
        [Editable(true)]
        [Required(AllowEmptyStrings = false)]
        public string EmptyPallet_creator { get; set; }
        /// <summary>
@@ -69,8 +69,6 @@
        /// </summary>
        [Display(Name = "创建时间")]
        [Column(TypeName = "datetime")]
        [Editable(true)]
        [Required(AllowEmptyStrings = false)]
        public DateTime EmptyPallet_createtime { get; set; }
        /// <summary>