Authored by chenchao

l c

... ... @@ -15,7 +15,9 @@ import java.math.BigDecimal;
@NoArgsConstructor
@AllArgsConstructor
public class PrdQueryReq {
Integer uid;
int storageId;
BigDecimal prdPrice;
}
... ...