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

com.ueboot.shiro.entity.StatisticInfo Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package com.ueboot.shiro.entity;

import lombok.Getter;
import lombok.Setter;

import java.io.Serializable;

@Setter
@Getter
public class StatisticInfo implements Serializable {

    /***
     * 统计字段
     */
    private  Long  num;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy