init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.ruoyi.yunxin.resp;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class YxCommonR {
|
||||
private Integer code;
|
||||
private String desc;
|
||||
|
||||
public boolean isSuccess(){
|
||||
return code != null && code == 200;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user