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

org.ccs.openim.api.statistics.req.GroupCreateCountReq Maven / Gradle / Ivy

package org.ccs.openim.api.statistics.req;

import lombok.Data;

@Data
public class GroupCreateCountReq {
    private Long start;
    private Long end;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy