liukangdong
2024-05-09 414bf4d19526522d0856a72590064fc32c7bf107
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> {
 
}