xiaoyong931011
2021-06-25 6e686b5f3e261b7c6a0bd95993a3dceceeeea9ab
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 {
}