Commit c3b791dc by 徐康

问题修复

parent ebbdc6f0
...@@ -32,6 +32,6 @@ public class OrderRefundRetryVo { ...@@ -32,6 +32,6 @@ public class OrderRefundRetryVo {
@NotNull(message = "重试记录id不能为空") @NotNull(message = "重试记录id不能为空")
private Integer id; private Long id;
} }
...@@ -12,7 +12,7 @@ import java.util.Date; ...@@ -12,7 +12,7 @@ import java.util.Date;
@Data @Data
public class QueryRefundFailuresListReq { public class QueryRefundFailuresListReq {
private Integer id; private Long id;
private String orderCode; private String orderCode;
......
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