加字段,设备归属方id

This commit is contained in:
Guoqs
2025-12-04 15:32:41 +08:00
parent 235d938a6d
commit 3fc5a3273f
5 changed files with 35 additions and 9 deletions

View File

@@ -39,6 +39,11 @@ public class ThirdPartyStationRelation extends BaseEntity {
@Excel(name = "三方配置类型")
private String thirdPartyType;
/**
* 设备归属方id
*/
private String equipmentOwnerId;
/**
* 启动方式1-我方启动)
*/