rk
2025-12-15 12d724c247e4f7dcb77b3a94891ccf4d86b53cfa
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business.join;
 
import com.doumee.dao.business.model.CardParam;
import com.github.yulichang.base.mapper.MPJJoinMapper;
import org.springframework.stereotype.Repository;
 
/**
 * @author T14
 */
@Repository
public interface CardParamJoinMapper extends MPJJoinMapper<CardParam> {
}