luxiaotao1123
2024-03-13 0cb8696b2c2f9885e5bad9bf4b91ab03423a055f
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);
}