
edi.rule.core.JSRuleJdbc Maven / Gradle / Ivy
package edi.rule.core;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import edi.rule.config.JSRuleMessage;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import edi.rule.config.JSRuleContext;
import edi.rule.model.JSPage;
import edi.rule.work.custom.JSRuleException;
import edi.rule.work.interfaces.IJSRuleMybatisMapper;
/**
* @author 摩拉克斯
* @date 2023年1月22日 上午9:33:55
* 自定义jdbc类,底层基于mybatis,未做过多的封装处理
* */
@Lazy
@Service
public class JSRuleJdbc {
private final IJSRuleMybatisMapper mapper;
public JSRuleJdbc() {
this.mapper = JSRuleContext.getMapperInstance();
}
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy