namespace Luticate2.Auth.Auth.Dbo { public class LuGroupDbo : LuObjectDbo { public string Name { get; set; } } }