领胜LDS 键盘AOI检测项目
src/Bro.M071.Process/M071Models.cs
@@ -349,6 +349,11 @@
            mUnit.Id = this.Id;
            mUnit.Name = this.Name;
            if (string.IsNullOrWhiteSpace(mUnit.Name))
            {
                mUnit.Name = string.Join("-", KeyUnitCollection.Select(u => u.GetDisplayText()));
            }
            mUnit.IsEnabled = this.IsEnabled;
            mUnit.MeasureType = this.MeasureType;