package egovframework.vo; import lombok.Getter; import lombok.Setter; @Getter @Setter public class VisitCountVO { int today; int total; }