Commit 7773aa5f by 徐康

麦咖啡推送数据测试

parent 5028267b
...@@ -217,7 +217,7 @@ public class McCafePushOrderDto { ...@@ -217,7 +217,7 @@ public class McCafePushOrderDto {
//退款类型枚举 1: 整单退款 //退款类型枚举 1: 整单退款
private String refundType; private String refundType;
//退款金额 //退款金额
private Integer refundAmount; private Integer refundAmount = 0;
//退款时间 yyyy-MM-dd HH:mm:ss //退款时间 yyyy-MM-dd HH:mm:ss
private String refundTime; private String refundTime;
//退款原因 //退款原因
......
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