Files
pqs/process-boot/src/main/java/com/njcn/process/mapper/RGeneralSurveyPlanPOMapper.java

16 lines
420 B
Java
Raw Normal View History

2022-11-18 11:22:46 +08:00
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<RGeneralSurveyPlanPO> {
}