feat: 新增yi-abp nuget脚手架,待正式版上传

This commit is contained in:
橙子
2024-06-01 21:45:20 +08:00
parent a2d9326826
commit 0d6b62c8e7
6 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Abp.Tool
{
public class YiAbpToolModule : AbpModule
{
}
}