dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 添加订单列表的物流信息
Administrator
2025-07-21
7426bcd6a56755f5a45401b2eb4e72bdc0fe9bc4
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
vo
/
clothes
/
AdminClothesTypeInfoVo.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 AdminClothesTypeInfoVo {
private Long id;
private String name;
}