工机具模块

This commit is contained in:
mashuai 2023-12-01 14:55:14 +08:00
parent bb260fd7a8
commit 21369088ac
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
package mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import .pojo.MaTypeFile;
/**
* 机具类型文件ma_type_file(MaTypeFile)表数据库访问层
*
* @author makejava
* @since 2023-11-28 11:08:28
*/
public interface MaTypeFileMapper extends BaseMapper<MaTypeFile> {
}