|
@@ -212,13 +212,13 @@ public interface TsaRendererDao {
|
|
|
// Collection<CommonCode> getAflinkList(String afChannel);
|
|
// Collection<CommonCode> getAflinkList(String afChannel);
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * 코드설명 목록
|
|
|
|
|
|
|
+ * 색상그룹코드 RGB 목록
|
|
|
*
|
|
*
|
|
|
- * @param cdGb - 공통코드 정보
|
|
|
|
|
|
|
+ * @param
|
|
|
* @return 코드설명 목록
|
|
* @return 코드설명 목록
|
|
|
* @author eskim
|
|
* @author eskim
|
|
|
* @since 2020. 10. 16
|
|
* @since 2020. 10. 16
|
|
|
*/
|
|
*/
|
|
|
- Collection<CommonCode> getCommonCodeDescList(String cdGb);
|
|
|
|
|
|
|
+ Collection<CommonCode> getColorGrpCdRgbList();
|
|
|
|
|
|
|
|
}
|
|
}
|