User 模块,引入 Admin 认证授权~
This commit is contained in:
@@ -3,7 +3,9 @@ package cn.iocoder.common.framework.vo;
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
public class CommonResult<T> {
|
||||
import java.io.Serializable;
|
||||
|
||||
public class CommonResult<T> implements Serializable {
|
||||
|
||||
public static Integer CODE_SUCCESS = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user