using JNPF.DependencyInjection; namespace JNPF.Systems.Entitys.Dto.UserRelation; /// /// 用户关系输入. /// [SuppressSniffer] public class UserRelationInput { /// /// 用户列表. /// public List userId { get; set; } }