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

com.volcengine.service.vms.model.NumberList Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.service.vms.model;

import lombok.Data;

import java.util.List;

/**
 * @Author: chenhui
 * @Date: 2022/11/18
 * @Description:
 */
@Data
public class NumberList {

    private Integer limit;

    private Long offset;

    private Long total;

    private List records;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy