대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
- 이슈상세에서 하위이슈 추가 검색시 상위 이슈는 검색 리스트에서 제외 - 이슈상세에서 연관 이슈/하위 이슈 리스트 전체 불러오기(10...
이민희
2021-12-20
8c9fe9cf7890c0360672b8cd6924c76f11452006
[~jhpark/owl-kisa.git]
/
src
/
main
/
java
/
kr
/
wisestone
/
owl
/
mapper
/
EmailTemplateMapper.java
1
2
3
4
5
6
7
8
9
10
11
package kr.wisestone.owl.mapper;
import org.springframework.stereotype.Repository;
/**
* Created by wisestone on 2018-02-26.
*/
@Repository
public interface EmailTemplateMapper {
}