zhaowc
2025-02-07 236ce686ed03f6cb786a5acd7492339bc2ea16ad
Wms/Model/InterFaceModel/SoModel.cs
@@ -49,11 +49,11 @@
        /// <summary>
        /// 生产日期【yyyy-MM-dd
        /// </summary>
        public DateTime? producttime { get; set; }
        public string producttime { get; set; }
        /// <summary>
        /// 有效期至【yyyy-MM-dd
        /// </summary>
        public DateTime? expiry { get; set; }
        public string expiry { get; set; }
        /// <summary>
        /// 外箱吗【string(100)/非空】
        /// </summary>