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

cn.bestwu.api.test.ApiTestUser Maven / Gradle / Ivy

There is a newer version: 1.3.19
Show newest version
package cn.bestwu.api.test;

/**
 * 用户
 *
 * @author Peter Wu
 */
public interface ApiTestUser {

	String getUsername();

	String getPassword();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy