11 lines
180 B
C#
11 lines
180 B
C#
namespace Falcon.SugarApi.JsonSerialize
|
|
{
|
|
/// <summary>
|
|
/// Json文档序列化接口
|
|
/// </summary>
|
|
public interface IJsonSerialize : ISerialize
|
|
{
|
|
}
|
|
|
|
}
|