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

com.arextest.web.model.dao.mongodb.entity.FormDataDao Maven / Gradle / Ivy

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

import lombok.Data;

/**
 * @author b_yu
 * @since 2024/6/26
 */
@Data
public class FormDataDao {
  private String key;
  private String value;
  private String type;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy