测试
This commit is contained in:
@@ -3,12 +3,13 @@ using ZR.Model.System;
|
||||
|
||||
namespace ZR.Service.System.IService
|
||||
{
|
||||
public interface ISysUserPostService: IBaseService<SysUserPost>
|
||||
public interface ISysUserPostService
|
||||
{
|
||||
public void InsertUserPost(SysUser user);
|
||||
|
||||
public List<long> GetUserPostsByUserId(long userId);
|
||||
|
||||
public string GetPostsStrByUserId(long userId);
|
||||
int Delete(long userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user