using Admin.NET.Core.Service.ApiJson; namespace Admin.NET.Core; /// /// ApiJson配置选项 /// public sealed class ApiJsonOptions : IConfigurableOptions { /// /// ApiJson集合RoleList /// public List RoleList { get; set; } //public Tablempper Tablempper { get; set; } } //public sealed class Tablempper //{ // public string User { get; set;} // public string Org { get; set;} //}