io.github.wujun728.snakerflow.ext.vo.LogStatisticsTop10Vo Maven / Gradle / Ivy
The newest version!
package io.github.wujun728.snakerflow.ext.vo;
import lombok.Data;
@Data
public class LogStatisticsTop10Vo {
private String ip;
private String city;
private Integer value;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy