//using System; //using System.Collections.Generic; //using System.Linq; //using System.Text; //using System.Threading.Tasks; //using System.Collections.Concurrent; //using System.Runtime.Serialization; //namespace BPASmart.ConfigurationSoftware //{ // public class ProjectModel // { // /// // /// 项目名称 // /// // public string ProjectName { get; set; } // /// // /// 项目路径 // /// // public string ProjectPath { get; set; } // /// // /// 页面集合 // /// key 是页面名称 // /// value 是页面路径 // /// // public Dictionary Pages { get; set; } = new Dictionary(); // /// // /// 变量表配置路径 // /// // public string VariableTabPath { get; set; } // } //}