From be1b426b7d765a546f4a26b60e80aa49a57079b9 Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期六, 13 一月 2024 16:25:11 +0800
Subject: [PATCH] 1、优化采购模块数量不能为小数点问题2、新增客服巡查巡楼记录功能模块3、新增页面导出功能4、优化记录查询条件新增时间段查询条件5、其他界面性调整
---
service-store/src/main/java/com/java110/store/bmo/allocation/IAllocationBMO.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/service-store/src/main/java/com/java110/store/bmo/allocation/IAllocationBMO.java b/service-store/src/main/java/com/java110/store/bmo/allocation/IAllocationBMO.java
index 43c035d..c107993 100644
--- a/service-store/src/main/java/com/java110/store/bmo/allocation/IAllocationBMO.java
+++ b/service-store/src/main/java/com/java110/store/bmo/allocation/IAllocationBMO.java
@@ -9,5 +9,5 @@
* @param tmpAllocationStorehouseDto
* @param allocationStock
*/
- void doToAllocationStorehouse(AllocationStorehouseDto tmpAllocationStorehouseDto, int allocationStock);
+ void doToAllocationStorehouse(AllocationStorehouseDto tmpAllocationStorehouseDto, double allocationStock);
}
--
Gitblit v1.8.0