mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
新增 宁夏交投Controller
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package com.jsowell.pile.vo.ningxiajiaotou;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 宁夏交投站点信息VO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/11/15 9:21:28
|
||||
*/
|
||||
@Data
|
||||
public class NXJTStationInfoVO {
|
||||
|
||||
private String stationId;
|
||||
|
||||
private String stationName;
|
||||
|
||||
private String address;
|
||||
private String stationLng;
|
||||
private String stationLat;
|
||||
private String supportOrder;
|
||||
}
|
||||
Reference in New Issue
Block a user