代码生成添加方法返回实体类

This commit is contained in:
不做码农
2023-07-20 18:22:36 +08:00
parent 95b0178dd4
commit 6d6a03ddea
3 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ $if(replaceDto.ShowBtnAdd)
var response = _${replaceDto.ModelTypeName}Service.Add${replaceDto.ModelTypeName}(modal);
return ToResponse(response);
return SUCCESS(response);
}
$end