Junjie
2024-09-13 a1a7c03eae40f4b0344fce652e1a240cf5283624
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);
}