package com.jmfy.dao;
import com.jmfy.model.CQuestion;
import com.jmfy.model.CQuestionBean;
public interface QuestDao {
void updataQuest(CQuestionBean cQuestion, String serverId) throws Exception;
}