package net.geedge.confagent.entity; import lombok.Data; @Data public class AuthEntity { private String name; private String pin; }