#
luxiaotao1123
2024-04-12 5c0622d48c825ca4b75f63dda78d51ed75bc7a2f
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, Integer type, String comments, Long hostId, HttpServletRequest request);
    void saveAsync(Long userId, String token, Integer type, Long hostId, String memo, HttpServletRequest request);
}