zhanghl
2025-04-17 2d5d3fc43ef7015f46cfd0c3ffc4e685a90fdf53
1
2
3
4
5
6
7
package com.aps.upload.mapper;
 
public interface CoreMapper
{
 
    public void cleanJobLog();
}