using IStation.Untity; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.DataDockingMqtt { /// /// app参数(可配制) /// public class AppParas { /// /// 是否保存原始 /// public bool Src { get; set; } /// /// 是否调试 /// public bool Debug { get; set; } } }