mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 22:45:05 +08:00
生成占桩订单
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class RemoteGroundLockDTO {
|
||||
/**
|
||||
* 桩编号
|
||||
*/
|
||||
private String pileSn;
|
||||
|
||||
/**
|
||||
* 枪口编号
|
||||
*/
|
||||
private String connectorCode;
|
||||
|
||||
/**
|
||||
* 地锁操作
|
||||
* 0-降 1-升
|
||||
*/
|
||||
private String operate;
|
||||
|
||||
/**
|
||||
* 会员id
|
||||
*/
|
||||
private String memberId;
|
||||
}
|
||||
Reference in New Issue
Block a user