代码重新提交

This commit is contained in:
wr
2023-05-16 09:39:08 +08:00
parent 889039f2b4
commit 412cbc4124
21 changed files with 26 additions and 61 deletions

View File

@@ -41,9 +41,6 @@ public class WaveTypeParam extends DeviceInfoParam.BusinessParam {
)
private Integer comFlag = 1;
@ApiModelProperty(
name = "type",
value = "区分 0.pq 1.pms"
)
@ApiModelProperty(name = "type", value = "区分 0.pq 1.pms")
private Integer type = 0;
}