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

wiki.thin.installer.bean.AdminAccount Maven / Gradle / Ivy

The newest version!
package wiki.thin.installer.bean;

import lombok.Data;

/**
 * @author beldon
 */
@Data
public class AdminAccount {
    private String account;
    private String password;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy