pos支付相关

This commit is contained in:
lyf
2023-03-28 18:05:39 +08:00
parent e1470566c6
commit 38d3ad79c8
5 changed files with 60 additions and 4 deletions

View File

@@ -56,6 +56,26 @@ public class MerChantOrderDTO {
* @date: 2021/12/22 16:01
*/
private String deviceNo;
/**
* timestamp时间戳pos机
*/
private String timestamp;
/**
* 唯一识别码(pos机)
*/
private String appId;
/**
* 签名pos
*/
private String token;
/**
* 请求标识,用于唯一标识当前请求(pos,uuid)
*/
private String requestId;
/**
* 设备号
*/
private String sn;
/**
* @description: