huangjiayang
2025-05-12 706ebb998c15478872f034cb96786c33ca1ed6a4
1
2
3
4
5
6
7
package com.aps.core.mapper;
 
public interface CoreMapper
{
 
    public void cleanJobLog();
}