mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-15 04:39:50 +08:00
加字段,设备归属方id
This commit is contained in:
@@ -39,6 +39,11 @@ public class ThirdPartyStationRelation extends BaseEntity {
|
||||
@Excel(name = "三方配置类型")
|
||||
private String thirdPartyType;
|
||||
|
||||
/**
|
||||
* 设备归属方id
|
||||
*/
|
||||
private String equipmentOwnerId;
|
||||
|
||||
/**
|
||||
* 启动方式(1-我方启动)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user