using Hydro.Core.Model; using Hydro.Revit.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hydro.Revit.Model { public class ValveViewModel:ValveModel,IBaseInterface { public string PositionJson { get; set; } public string SystemType { get; set; } public string Floor { get; set; } } }