Swing 알림 체계 도입 - 기존 Q&A 관리자 알림 제거 - Swing Notifier 구현

This commit is contained in:
Rinjae
2026-07-30 19:35:54 +09:00
parent db38b8f6e9
commit c0844e8d36
@@ -0,0 +1,9 @@
package com.eactive.eai.rms.data.entity.onl.djb.apistatus;
/**
* EAI 서비스명 조회 결과 (TSEAIHE01)
*/
public interface ApiNameRow {
String getEaisvcname();
String getEaisvcdesc();
}