Commit 0fcf0bf0 by gechengyang

提交Mps/Mpi/Mpe/Lck等相关类和配置

parent 73cadb12
package com.brilliance.mapper;
import com.brilliance.entity.Mpi;
import org.apache.ibatis.annotations.Param;
public interface MpiMapper {
int deleteByPrimaryKey(String inr);
int insert(Mpi record);
int insertSelective(Mpi record);
Mpi selectByPrimaryKey(String inr);
int updateByPrimaryKeySelective(Mpi record);
int updateByPrimaryKey(Mpi record);
Mpi getMpi(@Param("othref") String othref, @Param("dir") String dir);
}
\ No newline at end of file
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