dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 添加衣服图案和位置的额外属性
Administrator
2025-07-25
fc03a0df2edbf308351d3fb4027919e1d1d30e51
[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;
}