#
Junjie
2024-12-27 84afba32ec18fb8d23cd91d7f3858692bc9ea63c
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);
}