using System; using SqlSugar; namespace Uninpho.DBOperation.Model { public class T_lunguili_boxing { [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] public int Id { get; set; } public decimal Licheng { get; set; } public decimal Sudu_lglbx { get; set; } public decimal Zzc { get; set; } public decimal Zzh { get; set; } public decimal Yzc { get; set; } public decimal Yzh { get; set; } public int Bxid { get; set; } public int Lunguiliid { get; set; } public string Yswjm { get; set; } } }