增加多租户的配置

This commit is contained in:
不做码农
2021-10-29 13:23:22 +08:00
parent 60c25735b0
commit 39fc3918fa
6 changed files with 28 additions and 34 deletions

View File

@@ -11,5 +11,6 @@ namespace ZR.Service.Business
/// </summary>
public interface IGendemoService: IBaseService<Gendemo>
{
void Test();
}
}