dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
匹配
KKSU
2023-11-21
5b818c73e70ef4618681fd103ca593020431eeef
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
AdminPickSellRecordDtoDto.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.mall.dto;
import lombok.Data;
@Data
public class AdminPickSellRecordDtoDto {
private Long productSellId;
private Long id;
private String pickNftCnt;
}