| | |
| | | package cn.gistack.sm.sjztmd.service; |
| | | |
| | | import cn.gistack.sm.sjztmd.entity.TbResGeneralInvestigation; |
| | | import cn.gistack.sm.sjztmd.vo.TbResGeneralInvestigationParam; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.core.tool.api.R; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @PROJECT_NAME: skjcmanager |
| | |
| | | */ |
| | | R saveOrUpdateBy(TbResGeneralInvestigation entity); |
| | | |
| | | /** |
| | | * web端批量新增修改填报 |
| | | * @param list |
| | | * @param state |
| | | * @return |
| | | */ |
| | | R saveOrUpdateByBatch(TbResGeneralInvestigationParam tbResGeneralInvestigationParam); |
| | | } |