工机具模块
This commit is contained in:
parent
bb260fd7a8
commit
21369088ac
|
|
@ -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> {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue