dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20220810
xiaoyong931011
2022-08-10
36e556587fc44cd9f613b10873d15a5f9cdf2fc6
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
pay
/
model
/
WxTemplateData.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.pay.model;
import lombok.AllArgsConstructor;
import lombok.Data;
@AllArgsConstructor
@Data
public class WxTemplateData {
private String value;
}