@@ -82,7 +82,7 @@ public class ExportTaskEntity extends JpaEntity {
/**
* 导出的参数
*/
- @Column
+ @Column(length = 1000)
private String exportParam;