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

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

package com.arextest.web.model.dao.mongodb;

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

@Data
@Document(collection = "UserWorkspace")
public class UserWorkspaceCollection extends ModelBase {
    private String userName;
    private String workspaceId;
    private Integer role;
    private Integer status;
    private String token;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy