All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cory.dto.AccessCountStatDTO Maven / Gradle / Ivy

There is a newer version: 0.0.35
Show newest version
package com.cory.dto;

import lombok.Data;

/**
 * @author cory
 * @date 2022/2/28
 */
@Data
public class AccessCountStatDTO extends BaseDTO {

    private static final long serialVersionUID = 1527236106080336008L;

    private String uri;
    private String count;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy