wl
2022-11-25 533a54a2dff49b4b2fc314b80823b6d98873fb57
ycl-platform/src/main/java/com/ycl/mapper/caseHandler/WritMapper.java
@@ -4,6 +4,7 @@
import com.ycl.entity.caseHandler.Writ;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.vo.writ.WritVO;
import org.apache.ibatis.annotations.Param;
/**
 * <p>
@@ -15,5 +16,5 @@
 */
public interface WritMapper extends BaseMapper<Writ> {
    Page<WritVO> selectWritPage(Page<Writ> writPage, Integer writType);
    Page<WritVO> selectWritPage(Page<Writ> writPage, @Param("keyword") String keyword);
}