mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
南瑞平台 controller类 并测试
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.jsowell.pile.dto.nanrui;
|
||||
|
||||
import com.alibaba.fastjson2.annotation.JSONField;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
@@ -17,12 +18,12 @@ public class NRQueryOrderDTO {
|
||||
/**
|
||||
* yyyy-MM-dd HH:mm:ss 格式,必填,以充电结束时间为准
|
||||
*/
|
||||
@JSONField(name = "QueryStartTime")
|
||||
@JsonProperty(value = "QueryStartTime")
|
||||
private String queryStartTime;
|
||||
|
||||
/**
|
||||
* yyyy-MM-dd HH:mm:ss 格式,必填,以充电结束时间为准
|
||||
*/
|
||||
@JSONField(name = "QueryEndTime")
|
||||
@JsonProperty(value = "QueryEndTime")
|
||||
private String queryEndTime;
|
||||
}
|
||||
Reference in New Issue
Block a user