package com.highdatas.mdm.mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
/**
*
* Mapper 接口
*
*
* @author kimi
* @since 2020-03-11
*/
public interface MasterModifiedMapper {
Map selectByTableMasterId(@Param("tableName") String tableName,@Param("masterId") String masterId);
List