You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package cokr.xit.foundation.component;
|
|
|
|
/**조회 서비스를 요청할 때 필요정보를 전달하는 클래스.
|
|
* <p>pageNum, fetchSize가
|
|
* <ul><li>0보다 크면 결과를 페이징하여 반환한다.</li>
|
|
* <li>그렇지 않으면 전체 결과를 반환한다.</li>
|
|
* </ul>
|
|
* @author mjkhan
|
|
*/
|
|
public class QueryRequest extends ServiceRequest {
|
|
} |