From 299a957218a4c786d58b59547d9780c52ce2b836 Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Wed, 4 Feb 2026 11:25:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A1=A3=E6=A1=88=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E5=88=B0=E6=9C=9F=E8=87=AA=E5=8A=A8=E5=BD=92=E8=BF=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/hxhq/job/task/RyTask.java | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/hxhq-modules/hxhq-job/src/main/java/com/hxhq/job/task/RyTask.java b/hxhq-modules/hxhq-job/src/main/java/com/hxhq/job/task/RyTask.java index d664539..058cbb0 100644 --- a/hxhq-modules/hxhq-job/src/main/java/com/hxhq/job/task/RyTask.java +++ b/hxhq-modules/hxhq-job/src/main/java/com/hxhq/job/task/RyTask.java @@ -48,4 +48,36 @@ public class RyTask { remoteUserService.autoGhStudy(); } + + /** + * 到期自动归还试剂 + */ + public void autoGhSj() + { + remoteUserService.autoGhSj(); + } + + /** + * 到期自动归还供试品 + */ + public void autoGhGsp() + { + remoteUserService.autoGhGsp(); + } + + /** + * 到期自动归还供试品发放记录 + */ + public void autoGhGspFfjl() + { + remoteUserService.autoGhGspFfjl(); + } + + /** + * 到期自动归还供试品入库记录 + */ + public void autoGhGspRkjl() + { + remoteUserService.autoGhGspRkjl(); + } }