Commit b90265f0 by 张洪旺

1、自助录单 新增字段

parent 385be0d5
...@@ -68,5 +68,19 @@ public class ParkingOrderCreateReq { ...@@ -68,5 +68,19 @@ public class ParkingOrderCreateReq {
/*** "默认不填=99,"+ OrderBizType.API_DESC***/ /*** "默认不填=99,"+ OrderBizType.API_DESC***/
private Byte bizType; private Byte bizType;
/**
* 发票图片
*/
private List<String> imgUlr;
/**
* 门店名称
*/
private String storeName;
/**
* 商户名称
*/
private String partnerName;
} }
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