using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation { /// /// /// public class Paras_WebApi { /// /// 是否启用Jwt /// public bool EnableJwt { get; set; } /// /// 开放接口 /// public Paras_WebApi_OpenApi OpenApi { get; set; } } }