duheng
2024-09-10 f3ed69343d12ba21499e154f39e9389eea5e7937
Vmo/HStation.Vmo.Assets.Core/02-ValveManage/PumpMain.cs
copy from Dto/HStation.Dto.Assets.Core/00-PumpProduct/02-EquipmentManage/AddEquipmentManageInput.cs copy to Vmo/HStation.Vmo.Assets.Core/02-ValveManage/PumpMain.cs
Îļþ´Ó Dto/HStation.Dto.Assets.Core/00-PumpProduct/02-EquipmentManage/AddEquipmentManageInput.cs ¸´ÖÆ
@@ -1,11 +1,11 @@
namespace HStation.Dto.Assets
namespace HStation.Vmo
{
    public class AddEquipmentManage
    public class ValveMain
    {
        /// <summary>
        /// è®¾å¤‡ç±»åž‹(弯头,三通,四通....)
        /// id
        /// </summary>
        public string EquipmentType { get; set; }
        public long ID { get; set; }
        /// <summary>
        /// å£å¾„
@@ -23,8 +23,13 @@
        public string Coefficient { get; set; }
        /// <summary>
        /// ç±»åž‹
        /// è¯´æ˜Ž
        /// </summary>
        public string Type { get; set; }
        public string? Description { get; set; }
        /// <summary>
        /// æŽ’序码
        /// </summary>
        public int SortCode { get; set; }
    }
}