#
luxiaotao1123
2024-02-16 9589e0e1bfd14f2297563fa9a9b3bdcbc7723b74
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/service/UserService.java
@@ -5,6 +5,12 @@
public interface UserService extends IService<User> {
    User getByUsername(String username, Integer hostId);
    User getByUsername(String username, Long hostId);
    User getByIdRel(Long userId);
    boolean comparePassword(String dbPassword, String inputPassword);
    String encodePassword(String password);
}