wl
2023-01-06 33550b2acf56749492c2ed7a9f781ff4e7a07609
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);
}