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

com.arextest.schedule.model.dao.mongodb.ReplayCompareMsgInfoCollection Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.model.dao.mongodb;

import lombok.Data;
import org.springframework.data.mongodb.core.mapping.Document;

/**
 * Created by Qzmo on 2023/6/19
 */
@Document
@Data
public class ReplayCompareMsgInfoCollection {

  private int msgMiss;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy