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

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

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

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

/**
 * @author b_yu
 * @since 2022/11/17
 */
@Data
@Document(collection = "Label")
public class LabelCollection extends ModelBase {

  private String labelName;
  private String color;
  private String workspaceId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy