using System.Collections.Generic; namespace HL_FristAidPlatform_DTO { /// /// 表格数据,支持分页 /// public class DictionaryModel { /// /// 健 /// public string name { get; set; } /// /// 值 /// public string valueText { get; set; } } }