相关bug修改
parent
e02ad0aa93
commit
85ff833b43
@ -1,9 +1,11 @@
|
||||
package com.glxp.mipsdl.thirddao.ctqyy;
|
||||
|
||||
import com.baomidou.dynamic.datasource.annotation.DS;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.glxp.mipsdl.entity.ctqyy.VInsurNationGoodsReturn;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
@DS("ctqyySql")
|
||||
@Mapper
|
||||
public interface VInsurNationGoodsReturnMapper extends BaseMapper<VInsurNationGoodsReturn> {
|
||||
}
|
@ -1,9 +1,11 @@
|
||||
package com.glxp.mipsdl.thirddao.ctqyy;
|
||||
|
||||
import com.baomidou.dynamic.datasource.annotation.DS;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.glxp.mipsdl.entity.ctqyy.VYpzsPresInfoReturn;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
@DS("ctqyySql")
|
||||
@Mapper
|
||||
public interface VYpzsPresInfoReturnMapper extends BaseMapper<VYpzsPresInfoReturn> {
|
||||
}
|
Loading…
Reference in New Issue