|
@@ -36,7 +36,7 @@ import lombok.experimental.Accessors;
|
|
|
@TableName("${schemaName}${table.name}")
|
|
|
</#if>
|
|
|
<#if springdoc>
|
|
|
-@Schema(name = "${entity}", description = "$!{table.comment}")
|
|
|
+@Schema(name = "${entity}", description = "${table.comment!}")
|
|
|
<#elseif swagger>
|
|
|
@ApiModel(value = "${entity}对象", description = "${table.comment!}")
|
|
|
</#if>
|