This commit is contained in:
huangzj
2023-07-31 15:45:09 +08:00
parent 83720668d9
commit c6d35d6292
21 changed files with 495 additions and 21 deletions

View File

@@ -7,6 +7,8 @@ import com.njcn.cswarn.pojo.po.CsEventDetailPO;
import com.njcn.cswarn.pojo.vo.CsEventDetailVO;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* Description:
* Date: 2023/5/17 10:51【需求编号】
@@ -15,5 +17,6 @@ import org.apache.ibatis.annotations.Param;
* @version V1.0.0
*/
public interface CsEventDetailPOMapper extends BaseMapper<CsEventDetailPO> {
Page<CsEventDetailVO> queryPage(Page<CsEventDetailVO> returnpage, @Param("csEventDetailPageParm") CsEventDetailParm.CsEventDetailPageParm csEventDetailPageParm);
}