init: 导入项目到 meswork Gitea
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ModelBasic
|
||||
{
|
||||
public class ErrDef
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 错误消息列表的接口
|
||||
/// </summary>
|
||||
public static IErrHandler<String> iErrHandler = null;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user