dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(mall): 修复会员服务中账户状态比较逻辑错误
Administrator
4 days ago
6d577f86bd0cfbec6ba9b17d59401d39fc03a7ec
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
vo
/
clothes
/
AdminClothesPrintLocationVo.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.mall.vo.clothes;
import lombok.Data;
@Data
public class AdminClothesPrintLocationVo {
private String locationName;
private String locationCode;
private String locationText;
private String locationImage;
}