Commit ededd8f3 authored by dahai's avatar dahai

push

parent 15baf8a2
package com.yxproject.start.mapper; package com.yxproject.start.mapper;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Select; import org.apache.ibatis.annotations.Select;
/** /**
* @auther zhangyusheng * @auther zhangyusheng
* 2019/3/1 15:01 * 2019/3/1 15:01
*/ */
@Mapper
public interface QuerySequenceMapper { public interface QuerySequenceMapper {
@Select("select #{sequenceName} from dual") @Select("select #{sequenceName} from dual")
public String selectSequenceNextValue(String sequenceName); public String selectSequenceNextValue(String sequenceName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment