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

com.github.menglim.sutils.models.MessageResult Maven / Gradle / Ivy

There is a newer version: 1.2.16
Show newest version
package com.github.menglim.sutils.models;

import lombok.Data;

@Data
public class MessageResult {
    private boolean success;
    private String message;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy