using SqlSugar; namespace Uninpho.DBOperation.Model { public class T_xianlulicheng_sf { [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] public int Id { get; set; } public string Xllc { get; set; } public string Qslc { get; set; } public string Zzlc { get; set; } } }