#
Junjie
2024-09-09 f7f567cb31955051c9cb72eea51bc4c372c56ae1
zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/service/UserLoginService.java
@@ -9,4 +9,6 @@
    void saveAsync(Long userId, String token, Integer type, Long hostId, String memo, HttpServletRequest request);
    UserLogin superFindByUserId(Long userId, String system);
}