@@ -114,6 +114,16 @@ public class WeightImpl implements IWeight {
}
+ /**
+ * @Method : saveEveryTimeWeight
+ * @Description : 保存每次称重数据
+ * @Params : [data]
+ * @Return : void
+ *
+ * @Author : ZhuoNing
+ * @Date : 2021/12/22
+ * @Time : 18:28
+ */
@Override
public void saveEveryTimeWeight(String data) {
JSONObject everyTimeWeightJo = JSONObject.parseObject(data);