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

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

package cn.bestwu.api.test;

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

  String getUsername();

  String getPassword();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy