代码提交

This commit is contained in:
huangzj
2023-10-11 09:57:29 +08:00
parent 3faf9a39d5
commit 60dcf51013
12 changed files with 129 additions and 69 deletions

View File

@@ -99,5 +99,5 @@ public class CsEquipmentDeliveryDTO {
private Integer runStatus;
private Integer moduleNumber;
private Integer process;
}

View File

@@ -23,4 +23,7 @@ public class LineParamDTO {
@ApiModelProperty(value = "设备id")
private String devId;
@ApiModelProperty(value = "监测点id")
private String lineId;
}