Commit 3d163aaa authored by 高宇's avatar 高宇

1.导出Dto类

parent 1cd65e53
...@@ -48,7 +48,8 @@ public class RoleDto extends CyIdIncreEntity<RoleDto> { ...@@ -48,7 +48,8 @@ public class RoleDto extends CyIdIncreEntity<RoleDto> {
@Excel(name = "fnq", orderNum = "15", width = 20) @Excel(name = "fnq", orderNum = "15", width = 20)
private String fnq; private String fnq;
private String L24; @Excel(name = "ltw", orderNum = "15", width = 20)
private String l24;
@Excel(name = "yyydd", orderNum = "16", width = 20) @Excel(name = "yyydd", orderNum = "16", width = 20)
private String yydd; private String yydd;
......
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