You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
326 B
Java
12 lines
326 B
Java
|
11 months ago
|
package com.glxp.mipsdl.thirddao.hlfyyy;
|
||
|
11 months ago
|
|
||
|
11 months ago
|
import com.baomidou.dynamic.datasource.annotation.DS;
|
||
|
11 months ago
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||
|
11 months ago
|
import com.glxp.mipsdl.entity.hlfyyy.VA015;
|
||
|
11 months ago
|
import org.apache.ibatis.annotations.Mapper;
|
||
|
|
|
||
|
|
@Mapper
|
||
|
11 months ago
|
@DS("hlfyyySql")
|
||
|
11 months ago
|
public interface VA015Mapper extends BaseMapper<VA015> {
|
||
|
11 months ago
|
}
|