1.技术监督通用文件表调整
2.终端检测导入功能调整 3.技术监督计划增加其他附件上传
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.njcn.supervision.mapper.file;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.github.jeffreyning.mybatisplus.base.MppBaseMapper;
|
||||
import com.njcn.supervision.pojo.po.file.FileUrl;
|
||||
|
||||
/**
|
||||
@@ -11,6 +11,6 @@ import com.njcn.supervision.pojo.po.file.FileUrl;
|
||||
* @author wr
|
||||
* @since 2024-08-14
|
||||
*/
|
||||
public interface FileUrlMapper extends BaseMapper<FileUrl> {
|
||||
public interface FileUrlMapper extends MppBaseMapper<FileUrl> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user