using SqlSugar; namespace JNPF.Systems.Entitys.Permission; public partial class OrganizeEntity { /// /// /// [SugarColumn(ColumnName = "F_FEEDING_LOCATIONID")] public string FeedingLocationId { get; set; } }