Open axw1023 opened 1 year ago
1.7.0
39行 @Schema(name = "${entity}", description = "$!{table.comment}")
生成如下错误代码 @Schema(name = "User", description = "$!{table.comment}")
没有复现该问题,请使用最新版本再试一下
当前使用版本(必填,否则不予处理)
1.7.0
该问题是如何引起的?(确定最新版也有问题再提!!!)
39行 @Schema(name = "${entity}", description = "$!{table.comment}")
重现步骤(如果有就写完整)
报错信息
生成如下错误代码 @Schema(name = "User", description = "$!{table.comment}")