服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-10-25 fb6d929a21ea364313dc5ca5c99ed743cf7df9cc
Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs
@@ -152,6 +152,10 @@
        /// </summary>
        public int PkgLevel { get; set; }
        /// <summary>
        /// 是否需要
        /// </summary>
        public bool RealPrint { get; set; } = true;
        /// <summary>
        /// 当前需要打印的包装层级的标签信息
        /// </summary>
        public BAS_LABEL_TEMP PrintLable { get; set; }