namespace Admin.NET.Core.Service { public class SelectOutput { public object Code { get; set; } public string Name { get; set; } } }