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

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

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

import java.util.List;
import lombok.Data;

/**
 * @author b_yu
 * @since 2023/1/18
 */
@Data
public class FSTraceLogDto {

  private String id;
  private int traceType;
  private String userName;
  private String workspaceId;
  private String infoId;
  private String parentId;
  private FSNodeDto node;
  private List items;
  private long dataChangeCreateTime;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy