liukangdong
2024-05-31 bc2cda03481cd62a1b04959d2653678053e60b18
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business.join;
 
import com.doumee.dao.system.model.Multifile;
import com.github.yulichang.base.mapper.MPJJoinMapper;
 
/**
 * @author 江蹄蹄
 * @date 2023/05/04 18:18
 */
public interface MultifileJoinMapper extends MPJJoinMapper<Multifile> {
 
}