guoshilong
2023-03-30 128d4a0c2aafb2be6bc15d9f690d548518760812
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/patrol/mapper/PatrolTypeMapper.java
@@ -2,6 +2,7 @@
import cn.gistack.sm.patrol.entity.PatrolType;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -10,5 +11,5 @@
 */
public interface PatrolTypeMapper extends BaseMapper<PatrolType> {
   List<PatrolType> selectPatrolType(PatrolType patrolType);
   List<PatrolType> selectPatrolType(@Param("patrolType") PatrolType patrolType);
}