init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Zhaizj.Framework.Common {
|
||||
|
||||
/// <summary>
|
||||
/// 需要被分享的数据接口
|
||||
/// </summary>
|
||||
public interface IShareData {
|
||||
|
||||
int Id { get; set; }
|
||||
|
||||
IShareInfo GetShareInfo();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user