dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210630 积分拨付
xiaoyong931011
2021-07-02
9ea97b97f4f478c1cc79f062593274d9eabf07f3
[xzx.git]
/
gc-shop
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
shop
/
dto
/
DeleteGoodsCategoryDto.java
1
2
3
4
5
6
7
8
package com.xzx.gc.shop.dto;
import lombok.Data;
@Data
public class DeleteGoodsCategoryDto {
private Long id;
}