#
luxiaotao1123
2024-02-13 edfa49f201d3fc8fc6b51b700e91f80246660855
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);
}