初始提交
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace MsgCenterClient
|
||||
{
|
||||
public class DataBodyAttribute : Attribute
|
||||
{
|
||||
public int Order { get; }
|
||||
|
||||
public DataBodyAttribute(int order)
|
||||
{
|
||||
Order = order;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user