system.service.sys.SysTaskLogService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of task Show documentation
Show all versions of task Show documentation
jishi series products task on java
package system.service.sys;
import framework.base.BaseService;
import system.entity.SysTaskLog;
public interface SysTaskLogService extends BaseService {
}