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

正文內(nèi)容

應(yīng)用集成原理課程設(shè)計報告(編輯修改稿)

2024-08-31 00:33 本頁面
 

【文章內(nèi)容簡介】 *//*==============================================================*/create table GLY ( GLBH varchar(20) not null, GLXM varchar(20) null, GLNL int null, GLBZ varchar(50) null, constraint PK_GLY primary key nonclustered (GLBH))go/*==============================================================*//* Table: HW *//*==============================================================*/create table HW ( ZDBH int null, YLBH varchar(20) not null, YLMC varchar(20) null, CKDJ float null, BZ varchar(20) null, constraint PK_HW primary key nonclustered (YLBH))go/*==============================================================*//* Table: 出貨倉庫管理 *//*==============================================================*/create table 出貨倉庫管理 ( CKBH char(20) not null, GLBH varchar(20) not null, CCCJ int null, CCDJCJ float null, constraint PK_出貨倉庫管理 primary key nonclustered (CKBH, GLBH))go 倉庫管理系統(tǒng)/*==============================================================*//* DBMS name: Microsoft SQL Server 2008 *//* Created on: 2012623 20:12:29 *//*==============================================================*/if exists (select 1 from sysobjects where id = object_id(39。CK39。) and type = 39。U39。) drop table CKgoif exists (select 1 from sysobjects where id = object_id(39。GLY39。) and type = 39。U39。) drop table GLYgoif exists (select 1 from sysobjects where id = object_id(39。GX39。) and type = 39。U39。) drop table GXgoif exists (select 1 from sysobjects where id = object_id(39。HW39。) and type = 39。U39。) drop table HWgoif exists (select 1 from sysobjects where id = object_id(39。PC39。) and type = 39。U39。) drop table PCgo/*==============================================================*//* Table: CK *//*==============================================================*/create table CK ( CKBH char(20) not null, CKSL int null, constraint PK_CK primary key nonclustered (CKBH))go/*==============================================================*//* Table: GLY *//*==============================================================*/create table GLY ( GLBH varchar(20) not null, GLXM varchar(20) null, GLNL int null, GLBZ varchar(50) null, constraint PK_GLY primary key nonclustered (GLBH))go/*==============================================================*//* Table: GX *//*==============================================================*/create table GX ( CKBH char(20) not null, YLBH varchar(20) not null, GXMC varchar(20) null, GXJG float null, GXBZ varchar(50) null, constraint PK_GX primary key nonclustered (CKBH, YLBH))go/*==============================================================*//* Table: HW *//*==============================================================*/create table HW ( ZDBH int null, YLBH varchar(20) not null, YLMC varchar(20) null, CKDJ float null, BZ varchar(20) null, constraint PK_HW primary key nonclustered (YLBH))go/*==============================================================*//* Table: PC *//*==============================================================*/create table PC ( CKBH char(20) not null, GLBH varchar(20) not null, PCRQ datetime null, PCCZ varchar(20) null, constraint PK_PC primary key nonclustered (CKBH, GLBH))Go4 圖表分析 用例圖 總用例圖進(jìn)貨管理用例圖 出貨管理用例圖倉庫管理用例圖 時序圖總時序圖 用戶登錄時序圖 原材料錄入時序圖 進(jìn)貨系統(tǒng)時序圖 出貨系統(tǒng)時序圖 倉庫管理系統(tǒng)時序圖 活動圖 總活動圖 進(jìn)貨錄入原材料活動圖進(jìn)貨明細(xì)編輯活動圖進(jìn)貨明細(xì)編輯活動圖
點(diǎn)擊復(fù)制文檔內(nèi)容
范文總結(jié)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1