File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
package kcc.xxx.service.impl;
import org.springframework.stereotype.Repository;
/**
* XXX 관리를 위한 데이터 접근 클래스
* @author 여현준
* @since 2021.08.03
* @version 1.0
* @see
*
* <pre>
* << 개정이력(Modification Information) >>
*
* 수정일 수정자 수정내용
* ------- -------- ---------------------------
* 2021.08.03 여현준 최초 생성
*
* </pre>
*/
@Repository("XxxDAO")
public class XxxDAO{
}