mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.jsowell.pile.domain;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 代开发小程序 授权事件接收URL 返回值
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/7/27 15:54
|
||||
*/
|
||||
@Data
|
||||
public class AuthorizationEventResult<T> {
|
||||
private int code;
|
||||
private String msg;
|
||||
private String errorMsg;
|
||||
private String data;
|
||||
}
|
||||
Reference in New Issue
Block a user