员工账号接口实现
This commit is contained in:
@@ -34,7 +34,7 @@ public class ShopStaff implements Serializable {
|
||||
* 使用系统用户 sys_user id
|
||||
*/
|
||||
@Id(keyType = KeyType.Auto)
|
||||
private Integer id;
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 员工编号
|
||||
|
||||
@@ -15,5 +15,5 @@ public interface SysUserService extends IService<SysUser> {
|
||||
|
||||
Boolean updateSysUserPwd(long sysUserId, String accountPwd);
|
||||
|
||||
Boolean removeUserAndRole(Integer id);
|
||||
Boolean removeUserAndRole(Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user