添加项目文件。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.UserRelation;
|
||||
|
||||
/// <summary>
|
||||
/// 用户关系输入.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class UserRelationInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 用户列表.
|
||||
/// </summary>
|
||||
public List<string> userId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user