Commit e41f76db by shuhu.hou@freemud.cn

创建订单添加needBonus字段

parent f3786f10
......@@ -117,5 +117,10 @@ public class OrderItemCreateReq {
// 是否删除
private Boolean isDeleted;
/**
* 是否算积分
* 线下订单上传专用
*/
private Boolean needBonus;
}
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