T_zhuzhenjihe_exceldata.cs 538 B

12345678910111213141516171819202122232425
  1. using SqlSugar;
  2. namespace Uninpho.DBOperation.Model
  3. {
  4. public class T_zhuzhenjihe_exceldata
  5. {
  6. [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
  7. public string Id { get; set; }
  8. public string Filelistid { get; set; }
  9. public string Zhenhao { get; set; }
  10. public string Zgguiju { get; set; }
  11. public string Zgshuiping { get; set; }
  12. public string Qgguiju { get; set; }
  13. public string Qgshuiping { get; set; }
  14. public string Remark { get; set; }
  15. }
  16. }