luxiaotao1123
2024-04-09 24a7aef292fa1913f0402ab88c4b77b11639fb75
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/system/service/UserLoginService.java
@@ -7,6 +7,6 @@
public interface UserLoginService extends IService<UserLogin> {
    void saveAsync(Long userId, String token, Integer type, String memo, HttpServletRequest request);
    void saveAsync(Long userId, String token, Integer type, Long hostId, String memo, HttpServletRequest request);
}