update 修改 生成错误注释

This commit is contained in:
疯狂的狮子Li 2022-07-09 04:05:40 +00:00 committed by Gitee
parent 25f9f72366
commit da4077f3b7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -37,7 +37,7 @@ public interface I${ClassName}Service {
List<${ClassName}Vo> queryList(${ClassName}Bo bo);
/**
* 修改${functionName}
* 新增${functionName}
*/
Boolean insertByBo(${ClassName}Bo bo);