using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Hydro.Core; using Hydro.Core.Model; using Hydro.Model; using Hydro.Revit.Base; namespace Hydro.Revit.Model { /// /// 消火栓 /// public class HydrantBoxViewModel : NozzleModel, IBaseInterface { public string PositionJson { get; set; } public string SystemType { get; set; } public string Floor { get; set; } } }