fix: FIXME 정리
parent
e1e79afcf9
commit
5c36a213f5
@ -1,10 +1,9 @@
|
|||||||
package cokr.xit.ens.modules.kkotalk.domain.repository;
|
package cokr.xit.ens.modules.kkotalk.domain.repository;
|
||||||
|
|
||||||
import org.springframework.data.jpa.repository.JpaRepository;
|
import org.springframework.data.jpa.repository.*;
|
||||||
|
|
||||||
import cokr.xit.ens.modules.kkotalk.domain.TmpltMngKkoTalk;
|
import cokr.xit.ens.modules.kkotalk.domain.*;
|
||||||
|
|
||||||
// FIXME: 카카오톡 신규 추가
|
|
||||||
public interface TmpltMngKkoTalkRepository extends JpaRepository<TmpltMngKkoTalk, Long>,
|
public interface TmpltMngKkoTalkRepository extends JpaRepository<TmpltMngKkoTalk, Long>,
|
||||||
TmpltMngKkoTalkRepositoryCustom {
|
TmpltMngKkoTalkRepositoryCustom {
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
package cokr.xit.ens.modules.kkotalk.domain.repository;
|
package cokr.xit.ens.modules.kkotalk.domain.repository;
|
||||||
|
|
||||||
import cokr.xit.ens.modules.common.ctgy.sys.mng.domain.repository.TmpltMngRepositorySupport;
|
import cokr.xit.ens.modules.common.ctgy.sys.mng.domain.repository.*;
|
||||||
import cokr.xit.ens.modules.common.ctgy.sys.mng.model.TmpltMngSearchDTO;
|
import cokr.xit.ens.modules.common.ctgy.sys.mng.model.*;
|
||||||
import cokr.xit.ens.modules.kkotalk.domain.TmpltMngKkoTalk;
|
import cokr.xit.ens.modules.kkotalk.domain.*;
|
||||||
import cokr.xit.ens.modules.kkotalk.model.TmpltMngKkoTalkDTO;
|
import cokr.xit.ens.modules.kkotalk.model.*;
|
||||||
|
|
||||||
// FIXME: 카카오톡 신규 추가
|
|
||||||
public interface TmpltMngKkoTalkRepositoryCustom extends TmpltMngRepositorySupport<TmpltMngKkoTalk, TmpltMngSearchDTO, TmpltMngKkoTalkDTO> {
|
public interface TmpltMngKkoTalkRepositoryCustom extends TmpltMngRepositorySupport<TmpltMngKkoTalk, TmpltMngSearchDTO, TmpltMngKkoTalkDTO> {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue