package com.moral.api.mapper; import com.moral.api.entity.GovMonitorPoint; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** *

* Mapper 接口 *

* * @author moral * @since 2021-09-10 */ public interface GovMonitorPointMapper extends BaseMapper { }