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

com.arextest.config.model.vo.AddApplicationResponse Maven / Gradle / Ivy

package com.arextest.config.model.vo;

import lombok.Data;

/**
 * @author wildeslam.
 * @create 2023/9/15 14:31
 */
@Data
public class AddApplicationResponse {

  private Boolean success;
  private String msg;
  private String appId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy