mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 09:38:26 +08:00
commit
797a3656b7
@ -60,8 +60,7 @@ import java.io.Serial;
|
|||||||
#if(withSwagger && swaggerVersion.getName() == "DOC")
|
#if(withSwagger && swaggerVersion.getName() == "DOC")
|
||||||
@Schema(description = "#(table.getComment())")
|
@Schema(description = "#(table.getComment())")
|
||||||
#end
|
#end
|
||||||
#(table.buildTableAnnotation())
|
#(table.buildTableAnnotation()) #end
|
||||||
#end
|
|
||||||
public class #(entityClassName)#if(withActiveRecord) extends Model<#(entityClassName)>#else#(table.buildExtends())#(table.buildImplements())#end {
|
public class #(entityClassName)#if(withActiveRecord) extends Model<#(entityClassName)>#else#(table.buildExtends())#(table.buildImplements())#end {
|
||||||
|
|
||||||
#if(jdkVersion >= 14)
|
#if(jdkVersion >= 14)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user