|
@@ -2,6 +2,7 @@ package com.persagy.apm.report.userconfig.pargraphdefine.dao;
|
|
|
|
|
|
import com.persagy.apm.report.userconfig.pargraphdefine.model.ParagraphDefine;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
+import com.persagy.framework.tenant.mybatis.datasource.db.annotation.Db;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
|
/**
|
|
@@ -11,6 +12,7 @@ import org.apache.ibatis.annotations.Mapper;
|
|
|
* @version V1.0 2021-07-20 10:23:08
|
|
|
*/
|
|
|
@Mapper
|
|
|
+@Db(value = "${persagy.db.report_factory}", ignoreTenant = true)
|
|
|
public interface ParagraphDefineMapper extends BaseMapper<ParagraphDefine> {
|
|
|
|
|
|
}
|