Files
Yi.Framework/Yi.Abp.Net8/module/code-gen/Yi.Framework.CodeGen.Domain/Managers/DataBaseManger.cs
2024-02-16 21:06:34 +08:00

12 lines
282 B
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using Volo.Abp.Domain.Services;
namespace Yi.Framework.CodeGen.Domain.Managers
{
/// <summary>
/// 数据库领域服务与数据库相关同步到数据库web to db code to db
/// </summary>
public class DataBaseManger : DomainService
{
}
}