物流管理系统—系统设计说明书 - 图文 联系客服

发布时间 : 星期一 文章物流管理系统—系统设计说明书 - 图文更新完毕开始阅读1bb105e8998fcc22bcd10d90

LMS项目-系统设计说明书

5.1.2 实体模型2

motorcadeIDmotorcade_IDmotorcade_nametypecapacitystatusremarkVariable characters (36)Variable characters (50)Variable characters (50)Variable characters (50)Variable characters (50)Variable characters (50)Long binaryPK_motorcadeFK_automobile_motorcadeFK_driver_motorcadeautomobiledriverdriver_IDnamecertificate_typecertificate_numberpolity_visagesexlicensestatusremarkPK_driverVariable characters (36)Variable characters (50)Variable characters (50)Variable characters (50)Variable characters (50)Variable characters (50)Variable characters (50)Variable characters (50)Long binaryautomobile_IDlicensedrivertypeweightstatustelephone_numbertaskplaned_taskpurchase_dateexpired_timepurchase_amountVariable characters (36)Variable characters (50)Variable characters (50)Variable characters (50)Variable characters (50)Variable characters (50)Variable characters (50)Variable characters (100)Variable characters (100)Variable characters (50)Variable characters (50)Variable characters (50)PK_automobile 第 9 页 共 31 页

LMS项目-系统设计说明书

5.1.3 实体模型3

aspnet_UsersInRolesKey_1Reference_2Reference_3aspnet_RolesApplicationIdRoleIdRoleNameLoweredRoleNameDescriptionKey_1Variable characters (36)Variable characters (36)Variable multibyte (256)Variable multibyte (256)Variable multibyte (256)ApplicationIdUserIdUserNameLoweredUserNameMobileAliasIsAnonymousLastActivityDateKey_1aspnet_UsersVariable characters (36)Variable characters (36)Variable multibyte (256)Variable multibyte (256)Variable multibyte (16)BooleanDate & TimeReference_1aspnet_MembershipApplicationIdPasswordPasswordFormatPasswordSaltMobilePINEmailLoweredEmailPasswordQuestionPasswordAnswerIsApprovedIsLockedOutCreateDateLastLoginDateLastPasswordChangedDateLastLockoutDateFailedPasswordAttemptCountFailedPasswordAttemptWindowStartFailedPasswordAnswerAttemptCountFailedPasswordAnswerAttemptWindowStartCommentKey_1Variable characters (36)Variable multibyte (128)IntegerVariable multibyte (128)Variable multibyte (16)Variable multibyte (256)Variable multibyte (256)Variable multibyte (256)Variable multibyte (128)BooleanBooleanDate & TimeDate & TimeDate & TimeDate & TimeIntegerDate & TimeIntegerDate & TimeLong binary 5.1.4 实体模型4

automobiletypeIDVariable characters (36)typeVariable characters (50)PK_automobiletype 5.2 表结构(物理设计) 5.2.1 表汇总

序号 1 2 3 表名 Aspnet_Users aspnet_Membership aspnet_UsersInRoles 中文名称和简单描述 用户表 用户成员表 用户角色关系表 使用方式 自用 自用 自用 第 10 页 共 31 页

LMS项目-系统设计说明书

4 5 6 7 8 9 10

5.2.2 表1(Aspnet_Users)

字段名 ApplicationId UserId UserName LoweredUserName MobileAlias IsAnonymous LastActivityDate 表描述 主键 外键 外部引用 索引 触发器 约束字段描述

5.2.3 表2(aspnet_Membership)

字段简单描述 应该程序数据类型 uniqueidentifier uniqueidentifier nvarchar(256) nvarchar(256) nvarchar(16) bit datetime 记录用户登录信息 UserId 无 无 空/非空 Not null Not Null Not Null Not Null Null Not Null Not Null 其他 字段简单描述 应该程序ID 用户ID 用户名 用户名小写 别名 是否匿名 最后登录时间 Aspnet_Roles motorcade automobile driver carry transport_cost automobiletype 角色表 车队信息维护 车辆信息维护 驾驶员信息维护 承运单开出 车队运输成本维护 车辆类型 自用 自用 自用 自用 自用 自用 自用 Aspnet_Users_index 无 无 字段名 数据类型 空/非空 其他 ApplicationId uniqueidentifier Not null 第 11 页 共 31 页

LMS项目-系统设计说明书

ID UserId Password PasswordFormat PasswordSalt MobilePIN Email LoweredEmail PasswordQuestion PasswordAnswer IsApproved IsLockedOut CreateDate LastLoginDate LastPasswordChangedDate LastLockoutDate FailedPasswordAttemptCount FailedPasswordAttemptWindowStart FailedPasswordAnswerAttemptCount uniqueidentifier nvarchar(128) int nvarchar(128) nvarchar(16) nvarchar(256) nvarchar(256) nvarchar(256) nvarchar(128) bit bit datetime datetime datetime datetime int datetime int Not Null Not Null Not Null Null 用户ID Not Null Not Null FailedPasswordAnswerAttemptWindowStart datetime Comment 表描述 主键 外键 外部引用 索引 触发器 约束字段描述 5.2.4 表3(aspnet_UsersInRoles)

字段名 UserId RoleId 数据类型 uniqueidentifier uniqueidentifier 空/非空 Not null Not Null 其他 ntext 记录用户注册信息 UserId 无 无 aspnet_Membership_index 无 无 字段简单描述 用户ID 角色ID 第 12 页 共 31 页