zhanghl
2025-04-23 878134562f47f7b4b3d6f9ea49be374af9cb09fc
1
2
3
4
5
6
7
package com.aps.core.mapper;
 
public interface CoreMapper
{
 
    public void cleanJobLog();
}