上传T4模板

This commit is contained in:
橙子
2021-10-14 17:36:32 +08:00
parent 395a0350d6
commit 40f34618a2
9 changed files with 78 additions and 0 deletions

View File

@@ -61,5 +61,7 @@ namespace Yi.Framework.ApiMicroservice.Controllers
await _mouldService.AddAsync(_mould);
return Result.Success();
}
}
}

View File

@@ -21,6 +21,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Yi.Framework.DTOModel\Yi.Framework.DTOModel.csproj" />
<ProjectReference Include="..\Yi.Framework.Interface\Yi.Framework.Interface.csproj" />
<ProjectReference Include="..\Yi.Framework.Model\Yi.Framework.Model.csproj" />
<ProjectReference Include="..\Yi.Framework.Service\Yi.Framework.Service.csproj" />