Commit d5261b13 authored by fangxinjiang's avatar fangxinjiang

派增

parent 13529104
...@@ -63,6 +63,7 @@ public class ${className} extends BaseEntity { ...@@ -63,6 +63,7 @@ public class ${className} extends BaseEntity {
#end #end
#end #end
@ExcelProperty("$column.comments") @ExcelProperty("$column.comments")
@Schema(description ="$column.comments"#if($column.hidden),hidden=$column.hidden#end)
#if($column.attrType =='LocalDate' || $column.attrType =='LocalDateTime' || $column.attrType =='Date') #if($column.attrType =='LocalDate' || $column.attrType =='LocalDateTime' || $column.attrType =='Date')
private Date $column.lowerAttrName; private Date $column.lowerAttrName;
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment