Update OrderParam.java

This commit is contained in:
macro
2022-05-17 10:42:46 +08:00
parent d0731cc503
commit d2e36c7565

View File

@@ -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;