com.arextest.web.model.dao.mongodb.entity.MsgInfoDao Maven / Gradle / Ivy
The newest version!
package com.arextest.web.model.dao.mongodb.entity;
import lombok.Data;
/**
* Created by rchen9 on 2023/6/16.
*/
@Data
public class MsgInfoDao {
private int msgMiss;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy