k94314517
2024-06-28 43db8d016dc5079da163c02a6e7d63185c78b3af
1
2
3
4
5
6
7
8
9
10
package com.doumee.dao.business.join;
 
import com.doumee.dao.business.model.ProblemLog;
import com.github.yulichang.base.mapper.MPJJoinMapper;
/**
 * @author T14
 */
public interface ProblemLogJoinMapper extends MPJJoinMapper<ProblemLog> {
 
}