Java Privilege System Design Chapter

Source: Internet
Author: User

database table Design

1.1.1. Module management (Jk_module)

Item

Type

Description

Id

Long

is database record IDX number

Name

String

Module name

OrderID

Int

Sort ID from small to large display

Deleted

Int

Default 0 (0 normal 1 delete state)

1.1.2. Module function Management (JK_MODULE_FUN)

Item

Type

Description

Id

Long

is database record IDX number

ModuleID

Long

Owning module

Name

String

Feature name

URLs

String

Feature URL Collection

OrderID

Int

Sort ID from small to large display

Deleted

Int

Default 0 (0 normal 1 delete state)

1.1.3. Role Management (Jk_role)

Item

Type

Description

Id

Long

is database record IDX number

Name

String

Role name

OrderID

Int

Sort ID from small to large display

Deleted

Int

Default 0 (0 normal 1 delete state)

1.1.4. Role Function Intermediate table (Jk_role_fun)

Item

Type

Description

Roleid

Long

Role ID

Funid

Long

Feature ID

1.1.5. Users (Jk_user)

Item

Type

Description

Id

Long

is database record IDX number

Account

String

Account

Realname

String

real name

Pwd

String

Password

Address

String

Regional

Sex

Int

Sex (0 men and 1 women)

Msn

String

Msn

Phone

String

Fixed telephone

Telnum

String

Cell phone

Qq

String

QQ number

Email

String

Mailbox

Display

Int

Enabled (0 enable 1 disabled)

1.1.6. User Role Intermediate table (Jk_user_role)

Item

Type

Description

Roleid

Long

Character ID

Userid

Long

User ID


Java Privilege System design article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.