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