This commit is contained in:
2023-08-10 20:36:15 +08:00
parent 59ffec30e5
commit 4d34ba1403
2 changed files with 9 additions and 1 deletions

View File

@@ -109,5 +109,9 @@ public class CsEquipmentDeliveryVO extends BaseEntity {
@ApiModelProperty(value="装置出厂方式")
private String devAccessMethod ;
@ApiModelProperty(value="设备运行状态(0:删除 1:离线 2:在线)")
private Integer runStatus ;
@ApiModelProperty(value="设备软件信息")
private String softinfoId ;
}