#
Junjie
2024-07-04 c0a5a652c9efbd11c4d6ad80f271d9b16d3950f7
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);
}