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/LimsApplyTestService.java | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/jnpf-lims/jnpf-lims-biz/src/main/java/jnpf/limsService/LimsApplyTestService.java b/jnpf-lims/jnpf-lims-biz/src/main/java/jnpf/limsService/LimsApplyTestService.java
new file mode 100644
index 0000000..7eaad40
--- /dev/null
+++ b/jnpf-lims/jnpf-lims-biz/src/main/java/jnpf/limsService/LimsApplyTestService.java
@@ -0,0 +1,12 @@
+package jnpf.limsService;
+
+import jnpf.base.service.SuperService;
+import jnpf.limsEntity.LimsApplyTestEntity;
+
+public interface LimsApplyTestService extends SuperService<LimsApplyTestEntity> {
+ /**
+ * 鏍规嵁妫�楠屼俊鎭敓鎴愭牱鍝佷俊鎭�
+ * @param limsApplyTestEntity
+ */
+ void createSampleInfo(LimsApplyTestEntity limsApplyTestEntity);
+}
--
Gitblit v1.8.0