dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210625 商品分类
xiaoyong931011
2021-06-25
a49c0a258840d6c7f496c88d537fdb9d20ce324c
[xzx.git]
/
gc-shop
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
shop
/
dto
/
DeleteGoodsDto.java
1
2
3
4
5
6
7
8
9
package com.xzx.gc.shop.dto;
import lombok.Data;
@Data
public class DeleteGoodsDto {
private Long id;
}