using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WebApplication1.Models { public class AJDto { /// /// /// public List records { get; set; } /// /// /// public int total { get; set; } /// /// /// public int size { get; set; } /// /// /// public int current { get; set; } /// /// /// public string searchCount { get; set; } /// /// /// public int pages { get; set; } } public class AJDetailDto { /// /// 鄂孝检必审受[2022]420900000001号 /// public string bmsah { get; set; } /// /// /// public string aqzy { get; set; } /// /// /// public string tysah { get; set; } /// /// /// public string ajmc { get; set; } /// /// /// public string cbdwbm { get; set; } /// /// 孝感市院 /// public string cbdwmc { get; set; } /// /// /// public string ywbm { get; set; } /// /// 刑事检察 /// public string ywmc { get; set; } /// /// /// public string ajlbbm { get; set; } /// /// 侦查/审判阶段羁押必要性审查案件 /// public string ajlbmc { get; set; } /// /// /// public string ajzt { get; set; } /// /// /// public string yjzt { get; set; } /// /// /// public string cbjcgbm { get; set; } /// /// /// public string cbjcg { get; set; } /// /// /// public string cbjcgsfzhm { get; set; } /// /// /// public string slrq { get; set; } /// /// /// public string slrqStr { get; set; } /// /// /// public string blts { get; set; } /// /// /// public string dqrq { get; set; } /// /// /// public string bjrq { get; set; } /// /// /// public string wcrq { get; set; } /// /// /// public string wcrqStr { get; set; } /// /// /// public string gdrq { get; set; } /// /// /// public string mxbm { get; set; } /// /// 普通类模型(羁押必要性审查案件(执检)) /// public string mxmc { get; set; } /// /// /// public string cbjcgsfdm { get; set; } /// /// /// public string cbjcgsf { get; set; } /// /// /// public string batdbm { get; set; } /// /// /// public string batdmc { get; set; } /// /// /// public string batdlx { get; set; } /// /// /// public string cbbmbm { get; set; } /// /// 第一检察部 /// public string cbbmmc { get; set; } /// /// /// public string dqjdbh { get; set; } /// /// /// public string dqjdmc { get; set; } /// /// /// public string sfkcz { get; set; } } }