BUGFIX: sketchBoard upload checkMd5校验;
TASK: 分类;
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.ai.da.mapper;
|
||||
|
||||
import com.ai.da.common.config.mybatis.plus.CommonMapper;
|
||||
import com.ai.da.mapper.entity.Classification;
|
||||
import com.ai.da.mapper.entity.ClassificationRelLibrary;
|
||||
|
||||
/**
|
||||
* Mapper 接口
|
||||
*
|
||||
* @author SHAHAIBO
|
||||
* @since 2023-09-25
|
||||
*/
|
||||
public interface ClassificationRelLibraryMapper extends CommonMapper<ClassificationRelLibrary> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user