服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
5 天以前 81407b9c6145e13bc3707abda250d29ab6972254
Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs
@@ -359,11 +359,11 @@
        /// <summary>
        /// 收货程序查询料品视图ReceiptMode得出
        /// </summary>
        public double RcvProcedure { get; set; }
        public int RcvProcedure { get; set; }
        /// <summary>
        /// 存储类型固定传4
        /// </summary>
        public double StorageType { get; set; } = 4;
        public int StorageType { get; set; } = 4;
        /// <summary>
        /// 收货批号有asn单则带出里面批次,无asn单则按年月日生成8位批号
        /// </summary>