普测计划模块代码提交

This commit is contained in:
huangzj
2022-11-18 11:22:46 +08:00
parent 1124d4ffac
commit bb23fcf761
19 changed files with 1164 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
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> {
}