添加Tnb.Vengine

This commit is contained in:
2023-08-15 11:41:49 +08:00
parent 69930e06a2
commit 45e59b175f
47 changed files with 3060 additions and 3066 deletions

View File

@@ -0,0 +1,16 @@
/////////////////////////////////////////////////////////////////////////////////
// 宁波拓通e智造平台 ToTong Next Builder //
// https://git.tuotong-tech.com/tnb/tnb.server //
/////////////////////////////////////////////////////////////////////////////////
using JNPF.DependencyInjection;
using JNPF.DynamicApiController;
namespace Tnb.Vengine.AppService;
/// <summary>
/// 增删改查基类
/// </summary>
public class BaseAppService : IDynamicApiController, ITransient
{
}