package com.tievd.jyz.mapper; import com.tievd.jyz.entity.PatrolEvent; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * PatrolEvent * @author cube * @since 2023-08-15 * @version V2.0.0 */ public interface PatrolEventMapper extends BaseMapper { }