init: 导入项目到 meswork Gitea
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using Global;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DTTest
|
||||
{
|
||||
public static class IIMMInterface
|
||||
{
|
||||
//public static IModelManagement3 GetModelManagement<T>(this T tt) where T : IIMM
|
||||
//{
|
||||
// return new ModelManagement();
|
||||
//}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user