guoyujie
1 天以前 91b61fe723df498d62c596372521d426299f0f8b
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> {
}