chengsc
2025-01-18 3fb6058bfb7d7a03722e35a043b95095fd8443d7
Wms/WMS.Entity/DataEntity/DataBoxInfo.cs
@@ -170,5 +170,12 @@
        /// </summary>           
        public DateTime? InspectTime {get;set;}
        /// <summary>
        /// Desc:备用字段 存储期至
        /// Default:
        /// Nullable:True
        /// </summary>
        public string UDF1 { get; set; }
    }
}