dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
Hentua
2024-01-25
047774fc1cf296f992da5bdefc093d09702ea4e4
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
vip
/
vo
/
VipSettingVo.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.vip.vo;
import lombok.Data;
@Data
public class VipSettingVo {
private String vipDate;
}