init
This commit is contained in:
13
DouyinApi.Model/ViewModels/RootTKey/SysUserInfoDtoRoot.cs
Normal file
13
DouyinApi.Model/ViewModels/RootTKey/SysUserInfoDtoRoot.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DouyinApi.Model.ViewModels
|
||||
{
|
||||
public class SysUserInfoDtoRoot<Tkey> where Tkey : IEquatable<Tkey>
|
||||
{
|
||||
public Tkey uID { get; set; }
|
||||
|
||||
public List<Tkey> RIDs { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user