You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
229 B
C#

10 months ago
namespace HcUtility.Core
{
/// <summary>
/// 功能: 所有的业务Model类应实现本接口
/// 创建: 吴伟 2009-05-07
///
/// </summary>
public interface IModelObject
{
}
}