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(); + } }