using System.Collections.Generic; namespace HL_FristAidPlatform_Help { /// /// 表格数据,支持分页 /// public class DictionaryListModel { /// /// 年龄 /// public int age { get; set; } /// /// 病种 /// public string diagnosis { get; set; } } }