CrdnQuery.java 패키지 경로 변경
parent
d7a6c891dd
commit
4124817b9f
@ -1,7 +1,17 @@
|
||||
package cokr.xit.fims.crdn.service;
|
||||
package cokr.xit.fims.crdn;
|
||||
|
||||
import cokr.xit.foundation.component.QueryRequest;
|
||||
|
||||
/**단속 대장 정보 조회 요청
|
||||
*
|
||||
* <p>상세 설명:
|
||||
*
|
||||
* <pre>
|
||||
* ============ 변경 이력 ============
|
||||
* 2023-06-23 leebj 최초 작성
|
||||
* ================================
|
||||
* </pre>
|
||||
*/
|
||||
public class CrdnQuery extends QueryRequest {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
Loading…
Reference in New Issue