This commit is contained in:
parent
e266c85bf2
commit
52b928cca6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||
public class BasicSpcexResponse {
|
||||
@ApiModelProperty(value="Код ответа (успешный 0)", required = true)
|
||||
private long code;
|
||||
@ApiModelProperty(value="Сообщение ответа")
|
||||
@ApiModelProperty(value="Коментарий к статусу запроса (опциональный)")
|
||||
private String message;
|
||||
|
||||
public long getCode() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue