Commit c79268e4 authored by unset's avatar unset

添加通知信息

parent 2bb34f08
...@@ -18,6 +18,9 @@ public class UserOrderDto extends PageParam { ...@@ -18,6 +18,9 @@ public class UserOrderDto extends PageParam {
//订单状态:1--创建订单,2--待付款,3--已支付,4--已发货,5--已完成 -1、删除,-2、取消 //订单状态:1--创建订单,2--待付款,3--已支付,4--已发货,5--已完成 -1、删除,-2、取消
Integer newStatus; Integer newStatus;
//审核状态: 1、审核通过,2、审核拒绝
Integer auditStatus;
//商品名称 //商品名称
String name; String name;
......
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