duheng
2025-03-28 e411302bca8857e102443a5250c82b9580ef07a3
Dto/HStation.Dto.Assets.Core/09-Manufacturer/02-Manufacturer/ManufacturerDto.cs
@@ -15,6 +15,7 @@
            this.Address = rhs.Address;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }