1
This commit is contained in:
9
Interfaces/Topic/ITopModel.cs
Normal file
9
Interfaces/Topic/ITopModel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace WeChatSharp.Interfaces.Topic;
|
||||
|
||||
public interface ITopModel
|
||||
{
|
||||
[Key]
|
||||
Guid id { get; }
|
||||
}
|
Reference in New Issue
Block a user