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

com.arextest.web.model.dto.filesystem.ScriptBlockDto Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dto.filesystem;

import lombok.Data;

/**
 * @author b_yu
 * @since 2022/12/8
 */
@Data
public class ScriptBlockDto {

  private String type;
  private String icon;
  private String label;
  private String value;
  private Boolean disabled;
  private String description;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy