using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using SqlSugar; namespace Uninpho.DBOperation.Model { public class T_guanjie_account { [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] public string Id { get; set; } public string Xlsdj { get; set; } public string Juming { get; set; } public string Xianming { get; set; } public string Hangbie { get; set; } public decimal Qzlc { get; set; } public decimal Jslc { get; set; } } }