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; }