using Luticate2.Utils.Dbo; namespace Luticate2.Auth.Dbo.Groups { public class LuGroupAddDbo : LuDbo { public string Name { get; set; } } }