All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wu.framework.easy.temple.service.RunService Maven / Gradle / Ivy

The newest version!
package com.wu.framework.easy.temple.service;

import com.wu.framework.easy.temple.domain.UserLog;

import java.util.List;

public interface RunService {

    List run(Integer size);

    List run1();

    void run2(Integer size);

    List binary(Integer size);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy