提交 c0fd8ac5 authored 作者: Matrix's avatar Matrix

Merge remote-tracking branch 'origin/master'

# Conflicts: # dev-confirmcheck/src/main/java/com/tykj/dev/device/confirmcheck/entity/vo/CheckDeviceStatVo.java
...@@ -78,8 +78,9 @@ public class CheckDeviceStatVo { ...@@ -78,8 +78,9 @@ public class CheckDeviceStatVo {
return this; return this;
} }
public CheckDeviceStatVo addDeviceCount(int count){ public CheckDeviceStatVo addDeviceCount(int count) {
this.deviceCount += count; this.deviceCount += count;
return this; return this;
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论