duheng
2024-11-19 ca5f300a7cef85d22b5e0f9d59d117c49f9909b3
Dto/HStation.Dto.Assets.Core/09-Manufacturer/02-Manufacturer/AddManufacturerInput.cs
ÎļþÃû´Ó Dto/HStation.Dto.Assets.Core/09-Manufacturer/AddManufacturerInput.cs ÐÞ¸Ä
@@ -12,12 +12,12 @@
        public AddAssetsManufacturerInput(Model.AssetsManufacturer rhs)
        {
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.Contacter = rhs.Contacter;
            this.Telephone = rhs.Telephone;
            this.Address = rhs.Address;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -28,6 +28,11 @@
        public string Name { get; set; }
        /// <summary>
        /// ç³»åˆ—ID
        /// </summary>
        public long SeriesID { get; set; }
        /// <summary>
        /// è”系人
        /// </summary>
        public string Contacter { get; set; }