package com.lf.server.mapper.bs;
|
|
import com.lf.server.entity.bs.MhydraulicprotectionattachEntity;
|
import com.lf.server.mapper.all.BasicMapper;
|
import org.apache.ibatis.annotations.Mapper;
|
import org.springframework.stereotype.Repository;
|
|
/**
|
* Mhydraulicprotectionattach
|
* @author WWW
|
*/
|
@Mapper
|
@Repository
|
public interface MhydraulicprotectionattachMapper extends BasicMapper<MhydraulicprotectionattachEntity> {
|
}
|