Commit 8842ffec authored by 廖旭伟's avatar 廖旭伟

问卷反馈列表增加查询条件

parent 8c13af37
......@@ -27,6 +27,11 @@ public class FeedbackVo extends BaseEntityLong {
/** 反馈状态 */
private Integer backStatus;
/** 开始 反馈开始时间 */
private String feedbackTimeStartStart;
/** 结束 反馈开始时间 */
private String feedbackTimeStartEnd;
private List<FeedbackAnswerEntity> feedbackAnswerList=new ArrayList<>();;
}
\ No newline at end of file
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