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

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

There is a newer version: 2.0.2
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy