|
- //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
- // {
- // /// <summary>
- // /// 项目名称
- // /// </summary>
- // public string ProjectName { get; set; }
-
- // /// <summary>
- // /// 项目路径
- // /// </summary>
- // public string ProjectPath { get; set; }
-
- // /// <summary>
- // /// 页面集合
- // /// key 是页面名称
- // /// value 是页面路径
- // /// </summary>
- // public Dictionary<string, string> Pages { get; set; } = new Dictionary<string, string>();
-
- // /// <summary>
- // /// 变量表配置路径
- // /// </summary>
- // public string VariableTabPath { get; set; }
- // }
- //}
|