From 757f103f37d83dfb55bb49b3df0b805cb520d4f7 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期六, 11 十月 2025 15:28:26 +0800
Subject: [PATCH] 第三版
---
src/main/java/com/zy/asrs/service/MobileService.java | 25 ++++++++++++++++++++++---
1 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java
index a6f1e5a..cdb62f1 100644
--- a/src/main/java/com/zy/asrs/service/MobileService.java
+++ b/src/main/java/com/zy/asrs/service/MobileService.java
@@ -1,13 +1,15 @@
package com.zy.asrs.service;
import com.alibaba.fastjson.JSONObject;
-import com.zy.asrs.entity.BasDevp;
-import com.zy.asrs.entity.LocDetl;
-import com.zy.asrs.entity.OrderDetl;
+import com.zy.asrs.entity.*;
import com.zy.asrs.entity.param.CombParam;
import com.zy.asrs.entity.param.MobileAdjustParam;
+import com.zy.asrs.entity.param.Review;
+import com.zy.asrs.service.impl.MobileServiceImpl;
+import com.zy.asrs.task.core.ReturnT;
import java.util.Date;
+import java.util.List;
public interface MobileService {
@@ -15,6 +17,11 @@
* 缁勬墭
*/
void comb(CombParam param, Long userId);
+
+ /**
+ * 涓婃灦
+ */
+ void onSale(CombParam param);
/**
* 鐩樼偣
@@ -27,4 +34,16 @@
void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl,
Double curOutQty, Integer ioType, Long userId, Date now);
+
+ //pda鐢宠娴嬭瘯璋冪敤
+ void startUpTestPACK(TestMast testMast);
+ //鏆傚仠娴嬭瘯
+ boolean suspendTestPACK(String channel);
+
+ List<LocMast> packTestBasicInformation();
+ List<MobileServiceImpl.PackUsageRate> packUsageRate();
+ List<MobileServiceImpl.PackUsageRate2> packQualified();
+ List<MobileServiceImpl.PackUsageRate2> chartAxisEvening();
+ List<WorkChartAxis> chartAxisMorning();
+
}
--
Gitblit v1.9.1