first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using JSMachine.WMS.App.Dto;
|
||||
using JSMachine.WMS.Domain.Entity;
|
||||
|
||||
namespace JSMachine.WMS.App.IService
|
||||
{
|
||||
public interface IUserInfoService : IBaseService<UserInfoDto, UserInfo>
|
||||
{
|
||||
// 可以在这里添加UserInfo特有的方法
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user