mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-30 16:10:03 +08:00
深圳停车平台
This commit is contained in:
@@ -20,5 +20,17 @@ public class QcyunParkCouponDTO {
|
||||
// 站点名称
|
||||
private String stationName;
|
||||
|
||||
/**
|
||||
* 机构ID(分配)
|
||||
*/
|
||||
private String orgId;
|
||||
|
||||
// 车场ID
|
||||
private String parkId;
|
||||
|
||||
// 优惠券派发流水,该字段写入接入方的UUId
|
||||
private String grantSerial;
|
||||
|
||||
// 停车流水, 标识具体某次停车事件, 需保证该停车场下唯一
|
||||
private String parkingSerial;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user