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

com.arextest.web.model.contract.contracts.SuccessResponse Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.contract.contracts;

import lombok.Data;

/**
 * @author wildeslam.
 * @create 2023/8/17 15:29
 */
@Data
public class SuccessResponse {

  private boolean success;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy