package <>.biz.service; import com.github.yulichang.base.MPJBaseService; import <>.api.model.<>; /** * <>(<>)表服务接口 * * @author <> * @since <> */ public interface <>Service extends MPJBaseService<<>> { <> /** * <>-<> *<>>> * @param page 页码<> * @param param 参数 * @return <>-<> */ public <>VO <>(<>>>Page<<>VO> page, <><>DTO param); <> }