lxp
2025-03-12 10d6587ec3f5c4779f40bcc1afe54d441db68711
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.common.mapper;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.common.pojo.AttachmentTable;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface AttachmentTableMapper  extends BaseMapper<AttachmentTable> {
}