初始刷
This commit is contained in:
14
ZR.ServiceCore/Services/IService/ISysUserPostService.cs
Normal file
14
ZR.ServiceCore/Services/IService/ISysUserPostService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using ZR.Model.System;
|
||||
|
||||
namespace ZR.ServiceCore.Services
|
||||
{
|
||||
public interface ISysUserPostService
|
||||
{
|
||||
public void InsertUserPost(SysUser user);
|
||||
|
||||
public List<long> GetUserPostsByUserId(long userId);
|
||||
|
||||
public string GetPostsStrByUserId(long userId);
|
||||
bool Delete(long userId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user