dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(unisoftiot): 删除无用的 API 相关代码- 移除了 Account、Device、Product 等实体类 - 删除了...
KKSU
2025-01-23
a1245c1ed23e6f576d39e8828ad6b98d7cbc0df2
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
pay
/
model
/
AliPayPassbackModel.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cc.mrbird.febs.pay.model;
import lombok.Data;
/**
* @author wzy
* @date 2021-09-27
**/
@Data
public class AliPayPassbackModel {
private Long orderId;
private Long memberId;
}