update 优化 删除多余的引号
This commit is contained in:
parent
a3c9edde78
commit
918ed0d6d0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user