parent
66877772d6
commit
4040e1a569
@ -1,26 +0,0 @@
|
|||||||
package com.ssf.mysqloracletest.mapper;
|
|
||||||
|
|
||||||
import com.ssf.mysqloracletest.domain.JcjJjxxViewMysql;
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
||||||
import com.ssf.mysqloracletest.domain.VSySydzMysql;
|
|
||||||
import org.apache.ibatis.annotations.Mapper;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author 10503
|
|
||||||
* @description 针对表【jcj_jjxx_view】的数据库操作Mapper
|
|
||||||
* @createDate 2023-11-29 16:13:53
|
|
||||||
* @Entity com.ssf.mysqloracletest.domain.JcjJjxxView
|
|
||||||
*/
|
|
||||||
@Mapper
|
|
||||||
public interface JcjJjxxViewMysqlMapper {
|
|
||||||
|
|
||||||
public JcjJjxxViewMysql selectJcjJxxByJJBH(String JJBH);
|
|
||||||
|
|
||||||
public int insertJjxx(JcjJjxxViewMysql bean);
|
|
||||||
|
|
||||||
public int updateJjxxByJJBH(JcjJjxxViewMysql bean);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue