using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
///
/// 目录结构
///
public class JZML
{
///
///
///
public string taskid { get; set; }
///
///
///
public string jzbh { get; set; }
///
///
///
public string mlbh { get; set; }
///
///
///
public string fmlbh { get; set; }
///
/// 新增卷
///
public string mlxsmc { get; set; }
///
///
///
public string mlxx { get; set; }
///
///
///
public string mlsxh { get; set; }
///
///
///
public string mllx { get; set; }
///
///
///
public string dwbm { get; set; }
public List jzwj { get; set; }
}
public class JZMLData
{
public List jzml { get; set; }
//public List jzwj { get; set; }
public List jzmlwj { get; set; }
}
public class JZMLStruct
{
public string code { get; set; }
public string success { get; set; }
// 获取电子卷件信息成功
public string message { get; set; }
public JZMLData data { get; set; }
}
public class JzmlwjItem
{
///
///
///
public string wjxh { get; set; }
///
///
///
public string mlbh { get; set; }
///
///
///
public string wjym { get; set; }
///
///
///
public string wjlx { get; set; }
///
///
///
public string wjscbz { get; set; }
///
///
///
public int wjsxh { get; set; }
///
/// 目录
///
public string wjxsmc { get; set; }
///
///
///
public string jzbh { get; set; }
///
///
///
public string wjlj { get; set; }
///
///
///
public string wjmc { get; set; }
///
///
///
public string wjhz { get; set; }
///
///
///
public string bsbh { get; set; }
///
///
///
public string wjksy { get; set; }
///
///
///
public string wjjsy { get; set; }
}
public class JZWJItem
{
public string wjxh { get; set; }
public string mlbh { get; set; }
public string ywjlj { get; set; }
public string sltwjlj { get; set; }
public string pdfwjlj { get; set; }
public string jpgwjlj { get; set; }
public string wjym { get; set; }
public string wjlx { get; set; }
public string wjscbz { get; set; }
public int wjsxh { get; set; }
public string wjxsmc { get; set; }
public string jzbh { get; set; }
public string wjocrsbzt { get; set; }
public string cjsj { get; set; }
public string time { get; set; }
public string taskid { get; set; }
public string wjbs { get; set; }
public string bsbh { get; set; }
}
public class JZWJStruct
{
public string code { get; set; }
public string success { get; set; }
public string message { get; set; }
public List data { get; set; }
}
public class JZJBXX
{
///
/// 部门受案号
///
public string bmsah { get; set; }
///
/// 卷宗编号
///
public string jzbh { get; set; }
///
/// 单位编码
///
public string dwbm { get; set; }
///
/// (简案)王奇涉嫌危险驾驶案
///
public string jzmc { get; set; }
///
/// 汤路平
///
public string jzzzr { get; set; }
///
/// 案件类别编码
///
public string ajlbbm { get; set; }
///
/// 案件类别名称
///
public string ajlbmc { get; set; }
public List jzml { get; set; }
}
public class JBXXStruct
{
public List jzjbxx { get; set; }
}
public class ApiResponse
{
///
/// 返回代码 200:成功 300:系统错误 400:自定义错误 500:ORC识别错误
///
[JsonProperty(PropertyName = "code")]
public int Code { get; set; }
///
/// 错误信息
///
[JsonProperty(PropertyName = "Message")]
public string Message { get; set; }
///
/// 结果
///
[JsonProperty(PropertyName = "data")]
public object Data { get; set; }
}
public class ImagesRoot
{
///
///
///
public ImagesData Data { get; set; }
///
///
///
public int Code { get; set; }
///
/// PDF转图片成功
///
public string Message { get; set; }
}
public class ImagesData
{
///
///
///
public int code { get; set; }
///
///
///
public List> data { get; set; }
public List file_base64 { get; set; }
///
///
///
public string errMsg { get; set; }
}