fix: 设备最后上数时间,新增字段,接口调用,小程序显示。

This commit is contained in:
tianyongbao
2026-06-04 13:53:30 +08:00
parent 2596fe6551
commit f4bd1c6942
13 changed files with 259 additions and 0 deletions

View File

@@ -24,6 +24,12 @@ public class WxPayOrderVo implements Serializable {
@Schema(description = "预支付ID")
private String prepayId;
/**
* 商户系统内部订单号
*/
@Schema(description = "商户订单号")
private String outTradeNumber;
/**
* 签名类型
*/