记得上下班打卡 | git大法好,push需谨慎

Commit ce22bb7d authored by jiangxiulong's avatar jiangxiulong

serialVersionUID

parent dadd0a0e
......@@ -23,7 +23,7 @@ import java.time.LocalDateTime;
@EqualsAndHashCode(callSuper = false)
public class GoblinNftOrderCallBackVo implements Serializable, Cloneable {
private static final long serialVersionUID = 1L;
private static final long serialVersionUID = -3788885753222249948L;
@ApiModelProperty(value = "订单退单表id")
private String orderRefundId;
......
......@@ -23,7 +23,7 @@ import java.time.LocalDateTime;
@EqualsAndHashCode(callSuper = false)
public class GoblinNftOrderVo implements Serializable, Cloneable {
private static final long serialVersionUID = 1L;
private static final long serialVersionUID = -6916300673285309996L;
@ApiModelProperty(value = "订单id")
private String orderId;
......
......@@ -11,7 +11,7 @@ import java.math.BigDecimal;
@Data
public class GoblinNftPayResultVo implements Serializable, Cloneable {
private static final long serialVersionUID = 1L;
private static final long serialVersionUID = -183411651520396905L;
@ApiModelProperty(position = 14, value = "状态")
private Integer status;
......
......@@ -18,7 +18,7 @@ import java.math.BigDecimal;
@ApiModel(value = "GoblinNftOrderRefundCallbackParam", description = "退款回调所需参数")
@Data
public class GoblinNftOrderRefundCallbackParam implements Serializable {
public class GoblinNftOrderRefundCallbackParam {
@ApiModelProperty(value = "状态 1成功 0失败")
private Integer status;
......
......@@ -20,7 +20,7 @@ import lombok.EqualsAndHashCode;
@EqualsAndHashCode(callSuper = false)
public class GoblinNftOrder implements Serializable, Cloneable {
private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1817406159433994111L;
@TableId(value = "mid", type = IdType.AUTO)
private Long mid;
......
......@@ -20,7 +20,7 @@ import lombok.EqualsAndHashCode;
@EqualsAndHashCode(callSuper = false)
public class GoblinNftOrderRefund implements Serializable, Cloneable {
private static final long serialVersionUID = 1L;
private static final long serialVersionUID = -7686294219113652685L;
@TableId(value = "mid", type = IdType.AUTO)
private Long mid;
......
Markdown is supported
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