代码生成器,增加 excel 导出功能

This commit is contained in:
YunaiV
2021-02-11 23:02:53 +08:00
parent 392dfa47c3
commit eb3d0386ee
35 changed files with 796 additions and 103 deletions

View File

@ -6,10 +6,10 @@ import com.baomidou.mybatisplus.annotation.*;
import ${BaseDOClassName};
/**
* ${table.classComment} DO
*
* @author ${table.author}
*/
* ${table.classComment} DO
*
* @author ${table.author}
*/
@TableName("${table.tableName}")
@Data
@EqualsAndHashCode(callSuper = true)