//using System; //using System.Collections.Generic; //using System.Linq; //using System.Text; //using System.Threading.Tasks; //namespace Elight.Entity.AppMode.Lawyer //{ // /// // /// 卷宗基本信息 // /// // public class JZJBXX // { // /// // /// 部门受案号 v // /// // public string bmsah { get; set; } // /// // /// 卷宗编号v // /// // public string jzbh { get; set; } // /// // /// 单位编码 // /// // public string dwbm { get; set; } // /// // /// (简案)王奇涉嫌危险驾驶案 v // /// // public string jzmc { get; set; } // /// // /// 卷宗制作人 // /// // public string jzzzr { get; set; } // /// // /// 案件类别编码 // /// // public string ajlbbm { get; set; } // /// // /// 案件类别名称 // /// // public string ajlbmc { get; set; } // /// // /// 卷宗目录 v // /// // public List jzml { get; set; } // } // /// // /// 卷宗目录 // /// // 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 JZWJItem // { // /// // /// 文件唯一标识 // /// // public string wjxh { get; set; } // /// // /// 目录编号 // /// // public string mlbh { get; set; } // /// // /// 源文件路径 // /// // public string ywjlj { get; set; } // /// // /// 缩略图文件路径 // /// // public string sltwjlj { get; set; } // /// // /// pdf文件路径 // /// // 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; } // /// // /// 文件ocr识别状态 // /// // 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; } // } //}