Commit 5742f801 by zhiheng.zhang

添加字段订单类型

parent 92fca449
...@@ -82,5 +82,10 @@ public class ParkingOrderCreateReq { ...@@ -82,5 +82,10 @@ public class ParkingOrderCreateReq {
*/ */
private String partnerName; private String partnerName;
/**
* 订单那类型
*/
private Byte orderType;
} }
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