using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using IStation.Model.Bimface;
namespace IStation.Model
{
public partial class BimfaceFileMapping
{
///
///
///
public class MappingSettingsModel : JsonModel
{
///
/// 构件映射列表
///
public List ComponentMappers { get; set; }
///
/// 监控面板列表
///
public List MonitorPanelLayers { get; set; }
}
}
}