MrShi
4 小时以前 1c20c8231980a8d4b91688ff8641a06d3b2f68ab
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> {
 
}