com.arextest.common.model.response.Response Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arex-common Show documentation
Show all versions of arex-common Show documentation
arex-common is a Java common library.
package com.arextest.common.model.response;
/**
* @author jmo
* @since 2021/11/3
*/
public interface Response {
ResponseStatusType getResponseStatusType();
void setResponseStatusType(ResponseStatusType responseStatusType);
}