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

com.arextest.web.model.dao.mongodb.CountResult Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dao.mongodb;

import lombok.Data;
import lombok.experimental.FieldNameConstants;

/**
 * @author b_yu
 * @since 2024/12/18
 */
@FieldNameConstants
@Data
public class CountResult {
  private long total;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy