Pre Merge pull request !583 from 坎坎坷坷/5.X

This commit is contained in:
坎坎坷坷 2024-09-05 10:25:09 +00:00 committed by Gitee
commit 4368e804e9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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