用户表增加删除和获取所有的功能

This commit is contained in:
2025-07-08 17:32:28 +08:00
parent 547142730e
commit d08922030d
8 changed files with 195 additions and 27 deletions

View File

@ -2,7 +2,7 @@
namespace WorkStation.Server.Services
{
public interface IUserService : IBaseSerivice<User>
public interface IUserService : IBaseService<User>
{
}