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

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

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

import lombok.Data;


@Data
public class NumberStatus {

    private String customerNumber;

    private Integer businessLineId;

    private int status;

    private String startTime;

    private String expiryTime;

    private String reason;

    private Integer highRisk;

    private Integer treatmentId;

    private String treatmentName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy