liukangdong
2024-12-03 a40e6a45b2207a9b172b7687ce6e4fe7da8b9ac6
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> {
 
}