using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation { /// /// 存储 /// public class Paras_Store { /// /// 调试 /// public Paras_Store_Debug Debug { get; set; } } }