|
@@ -54,7 +54,7 @@ public class ReportSubjectQuestion implements Serializable {
|
|
|
* 题目名称
|
|
|
*/
|
|
|
@ExcelField(title = "题目名称", align = 2, sort = 30)
|
|
|
- @Column(name = "question_Name", length = 128)
|
|
|
+ @Column(name = "question_name", length = 128)
|
|
|
private String questionName;
|
|
|
|
|
|
/**
|