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