Commit 356e480d authored by 赵啸非's avatar 赵啸非

添加样表皮肤管理

parent e20087bd
......@@ -330,4 +330,9 @@ public class UserServiceImpl extends AbstractCRUDServiceImpl<UserDao, UserEntity
dao.update(sysUser);
return true;
}
@Override
public UserDao getUserDao() {
return this.getDao();
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment