jiangping
2025-03-05 2162e93732df17ce5b59e0fb4146c6f3248107a9
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> {
 
}