xyz.erupt.cloud.server.base.EruptInfo Maven / Gradle / Ivy
package xyz.erupt.cloud.server.base;
import lombok.Getter;
import lombok.Setter;
/**
* @author YuePeng
* date 2022/1/28 01:08
*/
@Getter
@Setter
public class EruptInfo {
private String name;
private String title;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy