//using System;
//using System.Linq;
//using System.Text;
//using SqlSugar;
//namespace HXX.Scanner.Database
//{
// ///
// ///
// ///
// [SugarTable("tb_file_info")]
// public partial class tb_file_info
// {
// public tb_file_info()
// {
// this.fi_id = 0;
// }
// ///
// /// Desc:
// /// Default:
// /// Nullable:False
// ///
// [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
// public int fi_id { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public long? fi_SN { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public int? fi_schema { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public int? fi_side { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public int? fi_paper_size { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public string fi_name { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public string fi_full_name { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public string fi_ext { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public long? fi_size { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public int? fi_upload_flag { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public DateTime? fi_createTime { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public DateTime? fi_updateTime { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public string fi_accountId { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public string fi_examId { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public string fi_examPaperId { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public int? fi_zipId { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public string fi_batchSeq { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public int? fi_isTest { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public string fi_token { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public string fi_server_url { get; set; }
// ///
// /// Desc:
// /// Default:
// /// Nullable:True
// ///
// public string fi_subjectCode { get; set; }
// }
//}