完成excel模块、wechat模块

This commit is contained in:
橙子
2023-01-16 23:24:59 +08:00
parent 034abb06ad
commit 617fbdf8f7
18 changed files with 1423 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
namespace Yi.Framework.Uow
{
public class Class1
{
}
}

View File

@@ -0,0 +1,7 @@
namespace Yi.Framework.Uow
{
public interface IUnitOfWorK
{
public IUnitOfWorK CreateContext();
}
}