chenlu
6 天以前 d5055b7870d0406f9b00d429cb47d2bfb79b902c
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> {
}