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