T_jihefenxi_account.cs 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. using SqlSugar;
  2. namespace Uninpho.DBOperation.Model
  3. {
  4. public class T_jihefenxi_account
  5. {
  6. [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
  7. public int Id { get; set; }
  8. public decimal Jgjlc { get; set; }
  9. public decimal Sudu_jhfx { get; set; }
  10. public decimal Cthjfz { get; set; }
  11. public decimal Cthjffz { get; set; }
  12. public decimal Ctcjfz { get; set; }
  13. public decimal Ctcjffz { get; set; }
  14. public decimal Zgjfz { get; set; }
  15. public decimal Zgjffz_jhfx { get; set; }
  16. public decimal Ygjfz { get; set; }
  17. public decimal Ygjffz { get; set; }
  18. public decimal Zgdfz { get; set; }
  19. public decimal Ygdfz { get; set; }
  20. public decimal Zgxfz { get; set; }
  21. public decimal Ygxfz { get; set; }
  22. public decimal Spfz { get; set; }
  23. public decimal Sjkfz { get; set; }
  24. public decimal Cbzgdfz { get; set; }
  25. public decimal Cbygdfz { get; set; }
  26. public decimal Cbzgxfz { get; set; }
  27. public decimal Cbygxfz { get; set; }
  28. public string Zcx { get; set; }
  29. public string Riqi { get; set; }
  30. public string Zfx { get; set; }
  31. public decimal Dcqtqi { get; set; }
  32. public string Jcc { get; set; }
  33. public string Yswjm_jhfx { get; set; }
  34. public string Filename_jh { get; set; }
  35. public string Boxingid_jhfx { get; set; }
  36. public string Remark { get; set; }
  37. public string Xuhao { get; set; }
  38. public string Xlm { get; set; }
  39. public string Xingbie { get; set; }
  40. public decimal Gjhy { get; set; }
  41. public decimal Gjhyffz { get; set; }
  42. public decimal Gdfz { get; set; }
  43. public decimal Gxfz { get; set; }
  44. public decimal Cbgdfz { get; set; }
  45. public decimal Cbgxfz { get; set; }
  46. public decimal Jgjcydxh { get; set; }
  47. public decimal Xgjcydxh { get; set; }
  48. public decimal Wx_xgjlc { get; set; }
  49. public decimal Wx_bhl_gd { get; set; }
  50. public decimal Wx_bhl_gx { get; set; }
  51. public decimal Wx_bhl_sp { get; set; }
  52. public decimal Wx_bhl_sjk { get; set; }
  53. public decimal Wx_bhl_gj { get; set; }
  54. public string Wx_check { get; set; }
  55. public int Wx_isload { get; set; }
  56. }
  57. }