mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 联联接口
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import com.alibaba.fastjson2.annotation.JSONField;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
@@ -48,4 +49,7 @@ public class PushOrderSettlementDTO {
|
||||
*/
|
||||
@JSONField(name = "SettlementMoney")
|
||||
private BigDecimal settlementMoney;
|
||||
|
||||
@JsonProperty(value = "OperatorID")
|
||||
private String OperatorId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user