update 优化 删除多余的引号

This commit is contained in:
疯狂的狮子Li 2024-08-31 23:30:50 +08:00
parent a3c9edde78
commit 918ed0d6d0

View File

@ -58,7 +58,7 @@ public class ${ClassName}Vo implements Serializable {
* ${column.columnComment}Url
*/
@Translation(type = TransConstant.OSS_ID_TO_URL, mapper = "${column.javaField}")
private String ${column.javaField}Url";
private String ${column.javaField}Url;
#end
#end
#end