提交 ae530395 编写于 作者: 小刘28's avatar 小刘28 💬

feat:添加响应类;

上级 816a101f
package com.ubitgroup.model.bean;
/*
* 响应类
* */
public class Result {
// 响应码,0:成功,1:失败
// 响应状态码,0:成功,1:失败
private Integer code;
// 响应信息
private String msg;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册