init
This commit is contained in:
12
DouyinApi.Model/Models/RootTkey/TopicDetailRoot.cs
Normal file
12
DouyinApi.Model/Models/RootTkey/TopicDetailRoot.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace DouyinApi.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Tibug 博文
|
||||
/// </summary>
|
||||
public class TopicDetailRoot<Tkey> : RootEntityTkey<Tkey> where Tkey : IEquatable<Tkey>
|
||||
{
|
||||
public Tkey TopicId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user