guoyujie
2025-10-23 cc8efc81d2d35bed40e47d0a5b0920a4b6f8095f
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> {
}