using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlexJobApi.Core { /// /// 数据字典查询结果 /// public class DictionaryDataQueryResult { /// /// 内容 /// public string Content { get; set; } } }