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/LimsBizLogService.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/jnpf-lims/jnpf-lims-biz/src/main/java/jnpf/limsService/LimsBizLogService.java b/jnpf-lims/jnpf-lims-biz/src/main/java/jnpf/limsService/LimsBizLogService.java
new file mode 100644
index 0000000..eef4895
--- /dev/null
+++ b/jnpf-lims/jnpf-lims-biz/src/main/java/jnpf/limsService/LimsBizLogService.java
@@ -0,0 +1,18 @@
+package jnpf.limsService;
+
+import com.baomidou.mybatisplus.extension.service.IService;
+import jnpf.limsEntity.LimsBizLogEntity;
+import jnpf.limsEntity.bizlog.LimsBizLogQueryParam;
+import jnpf.limsEntity.bizlog.LimsBizLogVo;
+
+import java.util.List;
+
+public interface LimsBizLogService extends IService<LimsBizLogEntity> {
+
+    /**
+     * 鎸変笟鍔′富閿� + 涓氬姟绫诲瀷鍒嗛〉鏌ヨ鏃ュ織銆�
+     * <p>鏂规硶浼氳皟鐢� {@code q.setData(records, total)} 鎶� total 鍐欏洖鍏ュ弬锛�
+     * Controller 鍙洿鎺ョ敤 {@code JsonUtil.getJsonToBean(q, PaginationVO.class)} 杞� VO銆�</p>
+     */
+    List<LimsBizLogVo> listByBizCode(LimsBizLogQueryParam q);
+}

--
Gitblit v1.8.0