From 102a41a8d5c231dd306bad622344e98312c1a774 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期二, 02 十二月 2025 10:16:53 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java
index 5370593..4cbcaaa 100644
--- a/src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java
@@ -33,4 +33,14 @@
public boolean updateStatus(Double materialLength,Double materialWidth,Double materialHeight,Double materialWeight,Double materialNumber,int status){
return this.baseMapper.updateStatus(materialLength,materialWidth,materialHeight,materialWeight,materialNumber,status);
}
+
+ @Override
+ public Integer getNumber(Double weight,Double volume,Double length,Double width,Double height){
+ return this.baseMapper.getNumber(weight,volume,length,width,height);
+ }
+
+ @Override
+ public Integer getStatus(Double weight,Double volume,Double length,Double width,Double height){
+ return this.baseMapper.getStatus(weight,volume,length,width,height);
+ }
}
--
Gitblit v1.9.1