Browse Source

feat:[档案管理]到期自动归还

master
HanLong 2 months ago
parent
commit
299a957218
1 changed files with 32 additions and 0 deletions
  1. +32
    -0
      hxhq-modules/hxhq-job/src/main/java/com/hxhq/job/task/RyTask.java

+ 32
- 0
hxhq-modules/hxhq-job/src/main/java/com/hxhq/job/task/RyTask.java View File

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

Loading…
Cancel
Save