5 changed files with 10 additions and 8 deletions
@ -1,10 +1,11 @@ |
|||
package com.hxgk.zxxy.service; |
|||
|
|||
import com.github.pagehelper.PageInfo; |
|||
import com.hxgk.zxxy.model.entity.Graphicform; |
|||
import com.hxgk.zxxy.model.request.GraphicformRequest; |
|||
|
|||
import java.util.List; |
|||
|
|||
|
|||
public interface GraphicformService { |
|||
List<Graphicform> queryListByParam(GraphicformRequest graphicformRequest) throws Exception; |
|||
PageInfo<Graphicform> queryListByParam(GraphicformRequest graphicformRequest) throws Exception; |
|||
} |
|||
|
|||
Loading…
Reference in new issue