mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
新增 后管设置桩对应第三方平台编号页面
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
package com.jsowell.pile.vo.web;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 第三方平台桩编号对应VO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2024/3/11 10:33:51
|
||||
*/
|
||||
@Data
|
||||
public class ThirdPartySnRelationVO {
|
||||
/**
|
||||
* 桩编号
|
||||
*/
|
||||
private String pileSn;
|
||||
|
||||
// 第三方平台类型
|
||||
private String thirdPartyType;
|
||||
|
||||
// 第三方平台名称
|
||||
private String thirdPartyName;
|
||||
|
||||
// 第三方平台对应的sn
|
||||
private String thirdPartySn;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user