dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210625 商品分类
xiaoyong931011
2021-06-25
6e686b5f3e261b7c6a0bd95993a3dceceeeea9ab
[xzx.git]
/
gc-shop
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
shop
/
vo
/
QueryJhyOrderListVo.java
1
2
3
4
5
6
7
8
9
package com.xzx.gc.shop.vo;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@Data
@ApiModel(value = "QueryJhyOrderListVo", description = "返回")
public class QueryJhyOrderListVo {
}