using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation { /// /// 调试 /// public class Paras_Handle_Debug { /// /// 是否写日志 /// public bool IsWriteLog { get; set; } } }