k94314517
2024-12-06 98802a28acb95a01058ae34c5d9b3985028c9399
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> {
 
}