com.cq1080.pages.bean.vo.UserAndPassword Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pages Show documentation
Show all versions of Pages Show documentation
Yet Another Spring Boot Framework
The newest version!
package com.cq1080.pages.bean.vo;
import lombok.Data;
@Data
public class UserAndPassword {
private String account;
private String password;
}