1
wtt
2025-01-10 c6d26888ed92f087cbe84ee21b67e8f47c67fa18
1
2
3
4
5
6
7
8
9
10
11
12
using System;
 
namespace Top.Api
{
    /// <summary>
    /// 基础对象。
    /// </summary>
    [Serializable]
    public abstract class TopObject
    {
    }
}