mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 快速建站DTO
|
||||
*/
|
||||
@Data
|
||||
public class FastCreateStationDTO {
|
||||
/**
|
||||
* 所属运营商id
|
||||
*/
|
||||
private String merchantId;
|
||||
|
||||
/**
|
||||
* 名称
|
||||
*/
|
||||
private String stationName;
|
||||
|
||||
/**
|
||||
* 地址
|
||||
*/
|
||||
private String address;
|
||||
|
||||
/**
|
||||
* 区域
|
||||
*/
|
||||
private String areaCode;
|
||||
|
||||
/**
|
||||
* 站点电话
|
||||
*/
|
||||
private String stationTel;
|
||||
|
||||
/**
|
||||
* 管理员
|
||||
*/
|
||||
private String stationAdminName;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user