项目初始化
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.joju.datamanager.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.joju.datamanager.model.guidance.IntelligentGuidanceQuestions;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* @description: 智能导诊问题mapper
|
||||
* @author: Mr.zs
|
||||
* @create: 2024-03-25 11:07
|
||||
**/
|
||||
@Mapper
|
||||
public interface IntelligentGuidanceQuestionsMapper extends BaseMapper<IntelligentGuidanceQuestions> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user