Commit 76458d30 authored by zhaji's avatar zhaji

Merge branch 'develop' into feature-zhaji

parents 78f7b04a d5261b13
......@@ -63,6 +63,7 @@ public class ${className} extends BaseEntity {
#end
#end
@ExcelProperty("$column.comments")
@Schema(description ="$column.comments"#if($column.hidden),hidden=$column.hidden#end)
#if($column.attrType =='LocalDate' || $column.attrType =='LocalDateTime' || $column.attrType =='Date')
private Date $column.lowerAttrName;
#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