111
k94314517
2023-10-10 f3416b5d1593b5fce9ca59eea2b19b4e1bc63259
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.Multifile;
 
import java.util.List;
 
/**
 * @author 江蹄蹄
 * @date 2023/05/12 13:58
 */
public interface MultifileMapper extends BaseMapper<Multifile> {
 
}