zhanghl
2025-05-08 695d501ce0a2eacecc58bb94892a5acfbf4eccca
1
2
3
4
5
6
7
package com.aps.core.mapper;
 
public interface CoreMapper
{
 
    public void cleanJobLog();
}