Commit 81d21bf1 by 周晓航

修改成批量操作

parent dd965948
...@@ -18,7 +18,6 @@ public class OrderDevelopRefundVo { ...@@ -18,7 +18,6 @@ public class OrderDevelopRefundVo {
/** /**
* 订单号 * 订单号
*/ */
@NotBlank(message = "订单编号不能为空")
private List<String> orderCodes; private List<String> orderCodes;
private String partnerId; private String partnerId;
......
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