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.
*/
@Data
@EqualsAndHashCode(callSuper = false)
@EqualsAndHashCode
public class OrderParam {
@ApiModelProperty("收货地址ID")
private Long memberReceiveAddressId;