package {0}.mapper;

import {0}.model.{1};
import org.station.core.mysql.mybatis.EmMapper;

public interface {1}Mapper extends EmMapper<{1}> {
}
