feat: 添加代码生成器模块
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Volo.Abp.Domain.Services;
|
||||
|
||||
namespace Yi.Framework.CodeGun.Domain.Managers
|
||||
{
|
||||
/// <summary>
|
||||
/// 数据库领域服务,与数据库相关,同步到数据库,web to db ,code to db
|
||||
/// </summary>
|
||||
public class DataBaseManger : DomainService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user