This commit is contained in:
xuejmnet 2021-02-03 08:27:44 +08:00
parent bd2207241f
commit b783325af3
1 changed files with 0 additions and 4 deletions

View File

@ -131,10 +131,6 @@ Release | EF Core | .NET Standard | .NET (Core) | Sql Server | Pomelo.EntityFra
public SysUserModVirtualRoute() : base(3)
{
}
public override List<string> GetAllTails()
{
return new() { "0","1","2"};
}
}
```
- `GetAllTails`