BUGFIX: sketchBoard upload checkMd5校验;

TASK: 分类;
This commit is contained in:
shahaibo
2023-11-03 14:59:19 +08:00
parent 85a815dddc
commit bb1c56182e
13 changed files with 412 additions and 3 deletions

View File

@@ -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> {
}