north-glass-erp/src/main/java/com/example/erp/mapper/pp/OtherFlowCardMapper.java
New file @@ -0,0 +1,12 @@ package com.example.erp.mapper.pp; import com.baomidou.dynamic.datasource.annotation.DS; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.example.erp.dto.otherSystem.FlowCardList; import org.apache.ibatis.annotations.Mapper; @Mapper @DS("pp") public interface OtherFlowCardMapper extends BaseMapper<FlowCardList> { }