|
|
@@ -23,7 +23,7 @@ import lombok.Setter;
|
|
|
*/
|
|
|
@Getter
|
|
|
@Setter
|
|
|
-@TableName("t_feedback_option")
|
|
|
+@TableName(value = "t_feedback_option",autoResultMap = true)
|
|
|
public class FeedbackOption implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|