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 BimfaceFileUserSetting { /// /// /// public class UserSettingsModel : JsonModel { /// /// 构件层列表 /// public List CustomComponentLayers { get; set; } /// /// 自定义视角列表 /// public List CustomCameraStatus3ds { get; set; } } } }