From 34981c30a78e8bbd7791131059a9210f9928b62c Mon Sep 17 00:00:00 2001
From: 刘光辉 <347230014@qq.com>
Date: 星期四, 17 九月 2026 09:24:09 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master
---
jnpf-lims/jnpf-lims-biz/src/main/java/jnpf/limsService/LimsShebeiYiqiWeibaoService.java | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/jnpf-lims/jnpf-lims-biz/src/main/java/jnpf/limsService/LimsShebeiYiqiWeibaoService.java b/jnpf-lims/jnpf-lims-biz/src/main/java/jnpf/limsService/LimsShebeiYiqiWeibaoService.java
new file mode 100644
index 0000000..72f5cf2
--- /dev/null
+++ b/jnpf-lims/jnpf-lims-biz/src/main/java/jnpf/limsService/LimsShebeiYiqiWeibaoService.java
@@ -0,0 +1,14 @@
+package jnpf.limsService;
+
+import jnpf.exception.DataException;
+
+public interface LimsShebeiYiqiWeibaoService {
+
+ /**
+ * 灏嗙淮淇濊褰曚腑鐨勪华鍣ㄥ拰缁翠繚淇℃伅鍚屾鍒板叧鑱旂殑瀛愰」銆�
+ *
+ * @param weibaoId 缁翠繚璁板綍涓婚敭锛坙ims_shebei_yiqi_weibao.f_id锛�
+ * @return 鍚屾鐨勫瓙椤规暟閲�
+ */
+ int syncToZixiang(String weibaoId) throws DataException;
+}
--
Gitblit v1.8.0