12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- using SqlSugar;
- namespace Uninpho.DBOperation.Model
- {
- public class T_jihefenxi_account
- {
- [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
- public int Id { get; set; }
- public decimal Jgjlc { get; set; }
- public decimal Sudu_jhfx { get; set; }
- public decimal Cthjfz { get; set; }
- public decimal Cthjffz { get; set; }
- public decimal Ctcjfz { get; set; }
- public decimal Ctcjffz { get; set; }
- public decimal Zgjfz { get; set; }
- public decimal Zgjffz_jhfx { get; set; }
- public decimal Ygjfz { get; set; }
- public decimal Ygjffz { get; set; }
- public decimal Zgdfz { get; set; }
- public decimal Ygdfz { get; set; }
- public decimal Zgxfz { get; set; }
- public decimal Ygxfz { get; set; }
- public decimal Spfz { get; set; }
- public decimal Sjkfz { get; set; }
- public decimal Cbzgdfz { get; set; }
- public decimal Cbygdfz { get; set; }
- public decimal Cbzgxfz { get; set; }
- public decimal Cbygxfz { get; set; }
- public string Zcx { get; set; }
- public string Riqi { get; set; }
- public string Zfx { get; set; }
- public decimal Dcqtqi { get; set; }
- public string Jcc { get; set; }
- public string Yswjm_jhfx { get; set; }
- public string Filename_jh { get; set; }
- public string Boxingid_jhfx { get; set; }
- public string Remark { get; set; }
- public string Xuhao { get; set; }
- public string Xlm { get; set; }
- public string Xingbie { get; set; }
- public decimal Gjhy { get; set; }
- public decimal Gjhyffz { get; set; }
- public decimal Gdfz { get; set; }
- public decimal Gxfz { get; set; }
- public decimal Cbgdfz { get; set; }
- public decimal Cbgxfz { get; set; }
- public decimal Jgjcydxh { get; set; }
- public decimal Xgjcydxh { get; set; }
- public decimal Wx_xgjlc { get; set; }
- public decimal Wx_bhl_gd { get; set; }
- public decimal Wx_bhl_gx { get; set; }
- public decimal Wx_bhl_sp { get; set; }
- public decimal Wx_bhl_sjk { get; set; }
- public decimal Wx_bhl_gj { get; set; }
- public string Wx_check { get; set; }
- public int Wx_isload { get; set; }
- }
- }
|