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