mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
update 南瑞平台相关接口
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.jsowell.pile.vo.nanrui;
|
||||
|
||||
import com.jsowell.pile.domain.nanrui.NROrderInfo;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/10/12 15:57
|
||||
*/
|
||||
@Data
|
||||
public class NROrderInfoVO extends NROrderInfo {
|
||||
private String stationId;
|
||||
}
|
||||
Reference in New Issue
Block a user