| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoOp.OpeFeedbackReply; |
| | | import com.dy.pipIrrGlobal.voOp.Vofeedback; |
| | | import com.dy.pipIrrGlobal.voOp.VofeedbackReply; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | int updateByPrimaryKey(OpeFeedbackReply record); |
| | | |
| | | // Long getRecordCount(Map<String, Object> params); |
| | | /** |
| | | * 获取反馈回复数量 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | Long getRecordCount(Map<String, Object> params); |
| | | |
| | | // List<Vofeedback> getFeedbackReplys(Map<String, Object> params); |
| | | /** |
| | | * 获取反馈回复 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | List<VofeedbackReply> getFeedbackReply(Map<String, Object> params); |
| | | } |