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

com.arextest.model.replay.dto.SceneDTO Maven / Gradle / Ivy

package com.arextest.model.replay.dto;

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

/**
 * SceneDTO
 *
 * @author xinyuan_wang
 * @date 2024/7/29 16:44
 */
@Data
public class SceneDTO {
    private List sceneList;
    private Long total;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy