|
@@ -22,7 +22,9 @@ import lombok.experimental.Accessors;
|
|
*/
|
|
*/
|
|
#if(${entityLombokModel})
|
|
#if(${entityLombokModel})
|
|
@Data
|
|
@Data
|
|
|
|
+#if(${superEntityClass})
|
|
@EqualsAndHashCode(callSuper = true)
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
+#end
|
|
@Accessors(chain = true)
|
|
@Accessors(chain = true)
|
|
#end
|
|
#end
|
|
#if(${table.convert})
|
|
#if(${table.convert})
|