Helius
2021-06-24 7043628d74a26cc09a3735c251567bf36f6219b6
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 {
}