手表数据修改

This commit is contained in:
wanghao
2026-03-05 17:00:18 +08:00
parent 3db3301fe3
commit ad03177e50
3 changed files with 6 additions and 15 deletions
@@ -83,11 +83,4 @@ public class WatchH5IndexItemNewVo {
this.setWdType(watchH5IndexItemVo.getWdType());
this.setWdTypeName(watchH5IndexItemVo.getWdTypeName());
}
public void sleepCopy(WatchH5IndexItemVo watchH5IndexItemVo){
this.setWarnMax(watchH5IndexItemVo.getWarnMax());
this.setWarnMin(watchH5IndexItemVo.getWarnMin());
this.setWdType(watchH5IndexItemVo.getWdType());
this.setWdTypeName(watchH5IndexItemVo.getWdTypeName());
}
}