dy
2025-04-18 8cc74feaba4856f96620e92af477df8b78adaaa0
1
2
3
4
5
6
7
package com.aps.core.mapper;
 
public interface CoreMapper
{
 
    public void cleanJobLog();
}