package com.njcn.process.mapper; import com.github.jeffreyning.mybatisplus.base.MppBaseMapper; import com.njcn.process.pojo.po.RGeneralSurveyPlanPO; /** * * Description: * 接口文档访问地址:http://serverIP:port/swagger-ui.html * Date: 2022/11/11 11:24【需求编号】 * * @author clam * @version V1.0.0 */ public interface RGeneralSurveyPlanPOMapper extends MppBaseMapper { }