sfd
2025-05-20 f958e4e94f8339d081e70e79898cd4758c1e924a
1
2
3
4
5
6
7
package com.aps.core.mapper;
 
public interface CoreMapper
{
 
    public void cleanJobLog();
}