上传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();
}
}
}