20250113_13
parent
fcd6ab021a
commit
261e648cb7
@ -0,0 +1,11 @@
|
||||
package com.icomsys.mapper;
|
||||
|
||||
import com.icomsys.vo.MessageSendLogInfo;
|
||||
|
||||
public class MessageSendLogMapperImpl implements MessageSendLogMapper {
|
||||
@Override
|
||||
public void insertSendLog(MessageSendLogInfo logInfo) {
|
||||
// 데이터베이스에 로그 저장 로직 구현
|
||||
System.out.println("로그 저장: " + logInfo);
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue