using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WebApplication1.Models { public class XxkDto { /// /// /// public string stbm { get; set; } /// /// /// public string lbbm { get; set; } /// /// /// public string dttj { get; set; } /// /// stbm=T_TYYW_ZJ_BS_AJ&BMSAH=鄂孝检必审受[2022]420900000001号 /// public string id { get; set; } /// /// /// public string fid { get; set; } /// /// /// public string sjbs { get; set; } /// /// /// public List zdsj { get; set; } /// /// /// public List cbsj { get; set; } } public class ZdsjItem { /// /// /// public string zdmc { get; set; } /// /// 部门受案号 /// public string zdzwmc { get; set; } /// /// /// public string sfzj { get; set; } /// /// /// public string zjsccl { get; set; } /// /// /// public string zdlx { get; set; } /// /// 鄂孝检必审受[2022]420900000001号 /// public string bgqzdbmz { get; set; } /// /// /// public string bgqzdwbz { get; set; } /// /// /// public string bghzdbmz { get; set; } /// /// /// public string bghzdwbz { get; set; } /// /// /// public string bgsj { get; set; } /// /// /// public string znht { get; set; } } public class CbsjItem { /// /// /// public string stbm { get; set; } /// /// /// public string lbbm { get; set; } /// /// /// public string dttj { get; set; } /// /// stbm=T_TYYW_GG_AQZY&BMSAH=鄂孝检必审受[2022]420900000001号 /// public string id { get; set; } /// /// stbm=T_TYYW_ZJ_BS_AJ&BMSAH=鄂孝检必审受[2022]420900000001号 /// public string fid { get; set; } /// /// /// public string sjbs { get; set; } /// /// /// public List zdsj { get; set; } /// /// /// public List cbsj { get; set; } } }