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

正文內(nèi)容

紡織外貿(mào)企業(yè)營(yíng)銷(xiāo)管理信息系統(tǒng)設(shè)計(jì)(編輯修改稿)

2025-05-04 22:06 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 code integer not null, 職位編號(hào)name varchar(20) null, 職位名稱remarks varchar(255) nullCONSTRAINT pk_positionsheet Primary KEY NONCLUSTERED (code))。insert into positionsheet values(1,39??偨?jīng)理39。,39。39。)。insert into positionsheet values(2,39。銷(xiāo)售39。,39。39。)。insert into positionsheet values(3,39。倉(cāng)庫(kù)管理員39。,39。39。)。insert into positionsheet values(4,39。人事專員39。,39。39。)。部門(mén)Create table deptsheet(code integer not null, 部門(mén)編號(hào)name varchar(20) null, 部門(mén)名稱dcode integer null, 上級(jí)部門(mén)remarks varchar(255) null 備注CONSTRAINT pk_deptsheet Primary KEY NONCLUSTERED (code))。insert into deptsheet values (1,39。紡織總公司39。,null,39。第1級(jí)39。)insert into deptsheet values (2,39。銷(xiāo)售總部39。,1,39。第2級(jí)39。)insert into deptsheet values (3,39。采購(gòu)總部39。,1,39。第2級(jí)39。)insert into deptsheet values (4,39。人力資源部39。,1,39。第2級(jí)39。)insert into deptsheet values (5,39。財(cái)務(wù)部39。,1,39。第2級(jí)39。)insert into deptsheet values (6,39。后勤部39。,1,39。第2級(jí)39。)insert into deptsheet values (7,39。庫(kù)存管理部39。,6,39。第3級(jí)39。)insert into deptsheet values (8,39。質(zhì)量管理部39。,6,39。第3級(jí)39。) 人員Create table employees(code integer not null, 員工編號(hào)name varchar(20) null, 員工名稱sex integer null, 性別birth datetime null, 生日dcode integer null, 所在部門(mén)pcode integer null, 職位tel varchar(20) null, 電話mail varchar(255) null, 郵箱mobile varchar(255) null, 手機(jī)remarks varchar(255) null, 備注pwd varchar(255)CONSTRAINT pk_employees Primary KEY NONCLUSTERED (code))。insert into employees values (1,39。王皓39。,1,39。1988080839。,1,1,39。850220887766539。,39。@39。,39。1380000000039。,39。牛人39。,39。12339。)??蛻鬋reate table customers(code integer not null, 編號(hào)name varchar(20) null, 名稱address varchar(255) null, 地址remarks varchar(255) null 備注CONSTRAINT pk_customers Primary KEY NONCLUSTERED (code))。nsert into customers values(1,39。世貿(mào)布藝39。,39。黃龍路99號(hào)39。,39。亞麻窗簾布39。)供應(yīng)商Create table suppliers(code integer not null, 編號(hào)name varchar(20) null, 名稱address varchar(255) null, 地址remarks varchar(255) null 備注CONSTRAINT pk_suppliers Primary KEY NONCLUSTERED (code))。insert into suppliers values(1,39。創(chuàng)鋒布行39。,39。文三路99號(hào)39。,39。亞麻窗簾布39。)庫(kù)存主表Create table stockmain(pcode varchar(20) not null, 商品編號(hào)ccode integer not null, 顏色scode integer not null, 尺碼quantity decimal(18,2) not null 數(shù)量CONSTRAINT pk_stockmain Primary KEY NONCLUSTERED (pcode,ccode,scode))。insert into stockmain values (39。A00139。,1,1,0)。insert into stockmain values (39。A00239。,1,1,0)。庫(kù)存明細(xì)表Create table stockdetail(pcode varchar(20) not null, 商品編號(hào)ccode integer not null, 顏色scode integer not null, 尺碼whcode integer not null, 倉(cāng)庫(kù)whlcode integer not null, 庫(kù)位quantity decimal(18,2) not null 數(shù)量CONSTRAINT pk_stockdetail Primary KEY NONCLUSTERED (pcode,ccode,scode,whcode,whlcode))。insert into stockdetail values (39。A00139。,1,1,1,1,0)。insert into stockdetail values (39。A00239。,1,1,1,1,0)。入、出庫(kù)單Create table inoutbill(code integer not null, 流水號(hào)inorout integer , 出入庫(kù)類(lèi)型 :1 入庫(kù),2 出庫(kù)ishand integer , 類(lèi)型 :0 系統(tǒng),1 手工pcode varchar(20) , 商品編號(hào)ccode integer , 顏色scode integer , 尺碼whcode integer , 倉(cāng)庫(kù)whlcode integer , 庫(kù)位quantity decimal(18,2), 入庫(kù)數(shù)量apptime datetime nul
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1