jiangping
2025-05-26 75abcb2a6046bb332646e71b550edb767cd3ea77
server/system_timer/src/main/java/com/doumee/jobs/fegin/VisitServiceFegin.java
@@ -29,8 +29,8 @@
    @GetMapping("/timer/device/getAscDeviceStatus")
    ApiResponse getAscDeviceStatus() ;
    @ApiOperation("【访客系统】设置全部LED屏显内容为默认内容")
    @GetMapping("/timer/device/setAllLedDefualtContent")
     ApiResponse setAllLedDefualtContent() ;
    @GetMapping("/timer/device/allLedDefualtContent")
    ApiResponse allLedDefualtContent();
    @ApiOperation("【访客系统】定时备份数据库")
    @GetMapping("/timer/db/backupDatabase")
     ApiResponse backupDatabase() ;