mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update
This commit is contained in:
@@ -117,4 +117,15 @@ public class QueryOrderDTO extends BaseEntity {
|
||||
* 排除的站点Id列表
|
||||
*/
|
||||
private List<Integer> excludeStationIdList;
|
||||
|
||||
/**
|
||||
* 启动方式
|
||||
* (0-后管启动;1-用户app启动;2-卡启动;3-离线卡启动; 4-第三方平台启动; 5-车辆vin码启动)
|
||||
*/
|
||||
private String startMode;
|
||||
|
||||
/**
|
||||
* 站点名称(用于模糊查询)
|
||||
*/
|
||||
private String stationName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user