freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

小區(qū)物業(yè)管理信息系統(tǒng)數(shù)據(jù)庫的設(shè)計(jì)-在線瀏覽

2024-11-16 05:50本頁面
  

【正文】 ===================================================*/ create index 對(duì)應(yīng) _FK on 周邊設(shè)施 ( 小區(qū) ID ASC ) go /*==============================================================*/ /* Table: 小區(qū)信息 */ /*==============================================================*/ create table 小區(qū)信息 ( 小區(qū) ID image not null, 小區(qū)名 char(256) not null, 占地面積 float not null, 道路面積 float not null, 小區(qū) 物業(yè)管理 信息 系統(tǒng) 數(shù)據(jù)庫的設(shè)計(jì) 21 21 21 1 建筑面積 float null, 高層樓宇數(shù) 量 int not null, 多層樓宇數(shù)量 int not null, 車位數(shù)量 int not null, 綠化面積 float null, 備注 text null, constraint PK_小區(qū)信息 primary key nonclustered (小區(qū) ID) ) go /*==============================================================*/ /* Table: 房間信息 */ /*==============================================================*/ create table 房間信息 ( 房間 ID int not null, 住戶 ID int null, 樓宇 ID int null, 單元 int null, 樓層 int null, 朝向 char(256) null, 房屋面積 float null, 業(yè)主姓名 char(256) null, 身份證號(hào) int null, 聯(lián)系電話 int null, 入住時(shí)間 datetime null, 備注 text null, constraint PK_房間信息 primary key nonclustered (房間 ID) 小區(qū) 物業(yè)管理 信息 系統(tǒng) 數(shù)據(jù)庫的設(shè)計(jì) 22 22 22 1 ) go /*==============================================================*/ /* Index: 對(duì)應(yīng)的 _FK */ /*==============================================================*/ create index 對(duì)應(yīng)的 _FK on 房間信息 ( 樓宇 ID ASC ) go /*==============================================================*/ /* Index: 入住 _FK */ /*==============================================================*/ create index 入住 _FK on 房間信息 ( 住戶 ID ASC ) go /*==============================================================*/ /* Table: 收費(fèi)信息 */ /*==============================================================*/ create table 收費(fèi)信息 ( 收費(fèi) ID int not null, 小區(qū) ID image null, 名稱 char(256) null, 收費(fèi)標(biāo)準(zhǔn) float null, 收費(fèi)時(shí)間 datetime null, constraint PK_收費(fèi)信息 primary key nonclustered (收費(fèi) ID) ) 小區(qū) 物業(yè)管理 信息 系統(tǒng) 數(shù)據(jù)庫的設(shè)計(jì) 23 23 23 1 go /*==============================================================*/ /* Index: 收費(fèi) _FK */ /*==============================================================*/ create index 收費(fèi) _FK on 收費(fèi)信息 ( 小區(qū) ID ASC ) go /*==============================================================*/ /* Table: 樓宇信息 */ /*==============================================================*/ create table 樓宇信息 ( 樓宇 ID int not null, 小區(qū) ID image null, 樓宇名稱 char(256) not null, 層數(shù) int not null, 高度 float not null, 建筑面積 float null, 建成日期 datetime not null, 樓宇類型 char(256) null, 朝向 char(256) null, 備注 text null, constraint PK_樓宇信息 primary key nonclustered (樓宇 ID) ) go /*==============================================================*/ /* Index: 擁有的 _FK */ 小區(qū) 物業(yè)管理 信息 系統(tǒng) 數(shù)據(jù)庫的設(shè)計(jì) 24 24 24 1 /*==============================================================*/ create index 擁有的 _FK on 樓宇信息 ( 小區(qū) ID ASC ) go /*==============================================================*/ /* Table: 清潔管理 */ /*==============================================================*/ create table 清潔管理 ( 清潔區(qū)域 ID int not null, 小區(qū) ID image null, 負(fù)責(zé)人 char(256) null, 保潔時(shí)間 datetime null, 保潔人員編號(hào) int null, 保潔人員姓名 char(256) null, 地址 char(256) null, 備注 text null, constraint PK_清潔管理 primary key nonclustered (清潔區(qū)域 ID) ) go /*==============================================================*/ /* Index: 保潔 _FK
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1