using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WebApplication1.Models
{
public class AKDto
{
///
///
///
public string? mxbm { get; set; }
///
///
///
public List? stbmList { get; set; }
///
///
///
public string? mxbdbh { get; set; }
///
///
///
public string? mxbdpzbm { get; set; }
///
///
///
public string? fmxbdpzbm { get; set; }
///
///
///
public string? bdbs { get; set; }
///
/// 案件信息
///
public string? bdmc { get; set; }
///
///
///
public int? px { get; set; }
///
///
///
public string? dwbm { get; set; }
///
///
///
public string? sfzf { get; set; }
///
///
///
public string? sfjzzjcd { get; set; }
///
///
///
public int? zjsl { get; set; }
///
///
///
public string? sfsxnzj { get; set; }
///
///
///
public string? zjglbdbh { get; set; }
///
///
///
public string? zjcdxgb { get; set; }
///
///
///
public string? bjxgb { get; set; }
///
///
///
public string? gldsjzj { get; set; }
///
///
///
public bool? sfxnml { get; set; }
///
///
///
public string? xsmcl { get; set; }
///
///
///
public string? zjcdgltj { get; set; }
///
///
///
public string? zjsfyxtj { get; set; }
///
///
///
public string? zjsfyxsc { get; set; }
///
///
///
public bool? sfksc { get; set; }
///
///
///
public string? pxzd { get; set; }
///
///
///
public ZRRLX? zjcdgltjMap { get; set; }
///
///
///
public Zjjh? zjjh { get; set; }
///
///
///
public string? dgsd { get; set; }
///
/// _鄂孝检刑(不)捕审受[2022]420900000001号
///
public string? zjString { get; set; }
///
///
///
public bool? sfsrk { get; set; }
///
///
///
public string? zrrlxtj { get; set; }
///
///
///
public List? children { get; set; }
}
public class ZRRLX
{
public string ZRRLX_DM { get; set; }
}
public class Zjjh
{
///
/// 鄂孝检必审受[2022]420900000001号
///
public string BMSAH { get; set; }
public string ZRRBM { get; set; }
}
public class ChildrenItem
{
///
///
///
public string mxbm { get; set; }
///
///
///
public List stbmList { get; set; }
///
///
///
public string mxbdbh { get; set; }
///
///
///
public string mxbdpzbm { get; set; }
///
///
///
public string fmxbdpzbm { get; set; }
///
///
///
public string bdbs { get; set; }
///
/// 申诉审查案件信息
///
public string bdmc { get; set; }
///
///
///
public int? px { get; set; }
///
///
///
public string dwbm { get; set; }
///
///
///
public string sfzf { get; set; }
///
///
///
public string sfjzzjcd { get; set; }
///
///
///
public string zjsl { get; set; }
///
///
///
public string sfsxnzj { get; set; }
///
///
///
public string zjglbdbh { get; set; }
///
///
///
public string zjcdxgb { get; set; }
///
///
///
public string bjxgb { get; set; }
///
///
///
public string gldsjzj { get; set; }
///
///
///
public bool sfxnml { get; set; }
///
///
///
public string xsmcl { get; set; }
///
///
///
public string zjcdgltj { get; set; }
///
///
///
public string zjsfyxtj { get; set; }
///
///
///
public string zjsfyxsc { get; set; }
///
///
///
public bool sfksc { get; set; }
///
///
///
public string pxzd { get; set; }
///
///
///
public ZRRLX zjcdgltjMap { get; set; }
///
///
///
public Zjjh zjjh { get; set; }
///
///
///
public string dgsd { get; set; }
///
/// 4028821f6c14c33c016c240b3bf3001a_鄂孝检刑(不)捕审受[2022]420900000001号
///
public string zjString { get; set; }
///
///
///
public bool sfsrk { get; set; }
///
///
///
public string zrrlxtj { get; set; }
///
///
///
public List children { get; set; }
}
}