nickchange
2023-12-14 5a107c0386a1edb756f33e573133f01d29e4dbcd
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dsh.account.feignclient.activity.model;
 
 
import lombok.Data;
 
@Data
public class ProductDetailRequest {
 
    Integer goodId;
 
    Integer goodsType;
 
}