feat: 完成模板从gitee上获取
This commit is contained in:
@@ -14,6 +14,10 @@ namespace Yi.Abp.Tool.Application.Contracts.Dtos
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 模块类型
|
||||
/// </summary>
|
||||
public string ModuleSoure { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数据库提供者
|
||||
|
||||
@@ -7,6 +7,6 @@ namespace Yi.Abp.Tool.Application.Contracts
|
||||
public interface ITemplateGenService: IApplicationService
|
||||
{
|
||||
Task<byte[]> CreateModuleAsync(TemplateGenCreateInputDto moduleCreateInputDto);
|
||||
Task<byte[]> CreateProjectAsync(TemplateGenCreateInputDto moduleCreateInputDto);
|
||||
Task<List<string>> GetAllTemplatesAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user