namespace HStation.Service { /// /// /// internal class RevitJsonConnectModel { /// /// 连接id /// public string ConnectId { get; set; } /// /// 方向 /// public int Dirction { get; set; } /// /// 点 /// public RevitJsonPointModel Point { get; set; } } }