Commit 7c1656d0 authored by yanzg's avatar yanzg

修改实体位置

parent 3072bc45
...@@ -15,7 +15,7 @@ public class ExportBase<T extends Object> { ...@@ -15,7 +15,7 @@ public class ExportBase<T extends Object> {
* 导出格式 * 导出格式
*/ */
@ApiModelProperty(notes = "导出格式配置信息", required = true) @ApiModelProperty(notes = "导出格式配置信息", required = true)
private ExportData config = new ExportData(); private ExportData config;
/** /**
* 查询条件 * 查询条件
*/ */
......
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