Commit d2e36c75 authored by macro's avatar macro
Browse files

Update OrderParam.java

parent d0731cc5
...@@ -11,7 +11,7 @@ import java.util.List; ...@@ -11,7 +11,7 @@ import java.util.List;
* Created by macro on 2018/8/30. * Created by macro on 2018/8/30.
*/ */
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode
public class OrderParam { public class OrderParam {
@ApiModelProperty("收货地址ID") @ApiModelProperty("收货地址ID")
private Long memberReceiveAddressId; private Long memberReceiveAddressId;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment