dev add tarifinfo by permission for user info
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-03 15:05:03 +07:00
parent c38b86e1b9
commit 13324d4628
4 changed files with 27 additions and 10 deletions
@@ -1,7 +1,7 @@
package ru.soune.nocopy.entity.user;
public class Permission {
public static final long LOGIN_BIT = 1L << 0;
public static final long LOGIN_BIT = 1L;
public static final long COMPANY_SETTINGS_BIT = 1L << 1;
public static final long DEFAULT_USER_PERMISSIONS = LOGIN_BIT;
public static final long COMPANY_ADMIN_PERMISSIONS =