Authored by chenchao

l c

@@ -15,7 +15,9 @@ import java.math.BigDecimal; @@ -15,7 +15,9 @@ import java.math.BigDecimal;
15 @NoArgsConstructor 15 @NoArgsConstructor
16 @AllArgsConstructor 16 @AllArgsConstructor
17 public class PrdQueryReq { 17 public class PrdQueryReq {
  18 +
18 Integer uid; 19 Integer uid;
  20 +
19 int storageId; 21 int storageId;
20 BigDecimal prdPrice; 22 BigDecimal prdPrice;
21 } 23 }