using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace Elight.Entity.APPDto.Lawyer
{
///
/// 卷宗文件
///
public class JZWJItemDto
{
///
/// 文件唯一标识
///
public string? Id { get; set; }
///
/// 卷宗目录Id
///
public string? jzmlId { get; set; }
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; }
}
}