using Long.Core.Api; namespace Long.Common.System { /// /// 系统参数·输出类 /// public class SystemParameterOutput: ApiResult { /// /// 系统参数 /// public SystemParameter Data { get; set; } } }