mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update 第三方平台相关接口
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.jsowell.pile.vo.base;
|
||||
|
||||
import com.jsowell.pile.domain.PileStationInfo;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 第三方平台查询站点信息VO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/11/10 13:34:18
|
||||
*/
|
||||
@Data
|
||||
public class ThirdPartyStationInfoVO extends PileStationInfo {
|
||||
|
||||
private String merchantName;
|
||||
|
||||
private String organizationCode;
|
||||
}
|
||||
Reference in New Issue
Block a user