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

com.aizuda.snailjob.server.web.model.response.SceneQuantityRankResponseVO Maven / Gradle / Ivy

package com.aizuda.snailjob.server.web.model.response;

import lombok.Data;

/**
 * @author: opensnail
 * @date : 2022-04-23 10:56
 */
@Data
public class SceneQuantityRankResponseVO {

    private String groupName;

    private String sceneName;

    private String total;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy