mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 21:45:08 +08:00
新增 后管设置桩对应第三方平台编号页面
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 第三方平台对应sn编号相关DTO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2024/3/11 14:24:06
|
||||
*/
|
||||
@Data
|
||||
public class ThirdPartySnRelationDTO {
|
||||
// 桩编号
|
||||
private String pileSn;
|
||||
|
||||
// 第三方平台类型
|
||||
private String thirdPartyType;
|
||||
|
||||
// 第三方平台对应的sn
|
||||
private String thirdPartySn;
|
||||
}
|
||||
Reference in New Issue
Block a user