xiaoyong931011
2021-06-24 3df48185231b49359be9ba843978e3450f36e1ed
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 = "QueryOrderListVo", description = "返回")
public class QueryOrderListVo {
}