Commit 4f33c1bc by jiang'yun

修改

parent cd8875a0
package com.ruoyi.project.zt.mapper;
import com.ruoyi.framework.aspectj.lang.annotation.DataSource;
import com.ruoyi.framework.aspectj.lang.enums.DataSourceType;
import com.ruoyi.project.zt.domain.Jsaa;
import java.util.List;
......@@ -10,6 +12,7 @@ import java.util.List;
* @author ruoyi
* @date 2025-07-10
*/
@DataSource(value = DataSourceType.SLAVE)
public interface JsaaMapper
{
/**
......
package com.ruoyi.project.zt.service.impl;
import com.ruoyi.framework.aspectj.lang.annotation.DataSource;
import com.ruoyi.framework.aspectj.lang.enums.DataSourceType;
import com.ruoyi.project.zt.domain.Jsaa;
import com.ruoyi.project.zt.mapper.JsaaMapper;
import com.ruoyi.project.zt.service.IJsaaService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment