dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
微信支付
Hentua
2023-06-07
24a0c40654afc75c9da879ebb4c9a4c93c57e806
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
vo
/
SkinTypeVo.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cc.mrbird.febs.mall.vo;
import lombok.Data;
/**
* @author wzy
* @date 2023-04-21
**/
@Data
public class SkinTypeVo {
private String code;
private String name;
}