




已閱讀5頁,還剩72頁未讀, 繼續免費閱讀
版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
會議管理系統詳細設計說明書會議管理系統詳細設計說明書 第 1 頁 共 77 頁 編寫 日期 2013 8 8 審核 日期 批準 日期 受控狀態 是 發布版次 2 0日期 2013 8 8 編號 會議管理系統詳細設計說明書會議管理系統詳細設計說明書 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 2 頁 共 77 頁 變更記錄變更記錄 日期版本變更說明作者 2013 8 61 0初始版本 2013 8 71 1類圖修改 2013 8 82 0增加方法注釋模塊 簽字確認簽字確認 系統模塊對應章節對應部門負責人簽字 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 3 頁 共 77 頁 目目 錄錄 1引言引言 6 1 1編寫目的 6 1 2背景 6 1 3范圍 6 1 4參考資料 6 1 5術語與縮寫解釋 6 1 6系統環境 6 1 6 1操作系統 6 1 6 2數據庫 7 1 6 3客戶端 7 2系統模塊命名規范系統模塊命名規范 8 2 1概述 8 3對象設計對象設計 9 3 1系統類圖結構 總體類圖 9 3 2關鍵類定義 10 3 2 1信息管理 關系類圖 10 3 2 2預約管理 普通員工 關系類圖 12 3 2 3會議管理 普通員工 關系類圖 14 3 2 4人員管理 管理員 關系類圖 16 3 2 5部門管理 管理員 關系類圖 18 3 2 6職位管理 管理員 關系類圖 20 3 2 7會議管理 管理員 關系類圖 22 3 2 8設備管理 管理員 關系類圖 25 3 2 9權限管理 管理員 關系類圖 27 4模塊匯總模塊匯總 29 4 1模塊匯總表 29 4 2模塊關系圖 30 5模塊功能詳細設計模塊功能詳細設計 31 5 1信息管理模塊 31 5 1 1公告信息模塊 31 5 1 2個人信息模塊 31 5 1 3修改密碼模塊 32 5 2預約管理模塊 33 5 2 1預約會議模塊 33 5 2 2會議查找模塊 34 5 2 3會議刪除模塊 34 5 2 4會議修改模塊 35 5 3會議管理模塊 36 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 4 頁 共 77 頁 5 3 1查看待參考會議模塊 36 5 3 2查看已參考會議模塊 36 5 3 3下載已參考會議模塊 37 5 3 4提交會議文檔模塊 38 5 4人員管理模塊 38 5 4 1人員增加模塊 38 5 4 2人員查找模塊 39 5 4 3人員刪除模塊 40 5 4 4人員修改模塊 40 5 5部門管理模塊 42 5 5 1部門增加模塊 42 5 5 2部門查看模塊 43 5 5 3部門修改模塊 43 5 5 4部門刪除模塊 44 5 6職位管理模塊 44 5 6 1職位增加模塊 44 5 6 2職位查找模塊 45 5 6 3職位刪除模塊 45 5 6 4職位修改模塊 46 5 7會議室管理模塊 46 5 7 1會議室增加模塊 46 5 7 2會議室查找模塊 47 5 7 3會議室刪除模塊 48 5 7 4會議室修改模塊 48 5 7 5會議記錄下載模塊 49 5 7 6會議記錄在線觀看模塊 50 5 7 7會議記錄刪除模塊 50 5 8設備管理模塊 51 5 8 1設備增加模塊 51 5 8 2設備查找模塊 52 5 8 3設備修改模塊 53 5 8 4設備刪除模塊 53 5 8 5會議室默認設備刪除模塊 54 5 8 6設備分配模塊 55 5 8 7設備回收模塊 56 5 9權限管理模塊 57 5 9 1權限增加模塊 57 5 9 2權限查找模塊 58 5 9 3權限修改模塊 59 5 9 4權限刪除模塊 59 5 9 5員工權限查看模塊 60 5 9 6員工權限修改模塊 61 5 10設計方法釋義 61 5 10 1BLLEmployee 61 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 5 頁 共 77 頁 5 10 2BLLPower 62 5 10 3BLLDocument 63 5 10 4BLLAllot 63 5 10 5BLLMeeting 64 5 10 6BLLDepartment 65 5 10 7BLLJob 66 5 10 8BLLMeetingRoom 67 5 10 9BLLNeed 67 5 10 10BLLJoin 68 5 10 11BLLEqu Room 69 5 10 12BLLEquipment 69 5 10 13EmployeeController 70 5 10 14DepartmentController 71 5 10 15MeetingRoomControler 71 5 10 16EquipmentController 72 5 10 17AllotControler 73 5 10 18PowControler 73 5 10 19AnnouncementControler 74 5 10 20MeetingControler 74 5 10 21JobControler 75 5 10 22LoginControler 76 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 6 頁 共 77 頁 1 引言引言 1 1 編寫目的編寫目的 本說明書目的在于明確說明系統各功能的實現方式 指導開發員進行編碼 本說明書的預期讀者為 1 2 背景背景 待開發系統名稱 會議管理系統 任務提出者 任務開發者 1 3 范圍范圍 主要以 會議管理系統 需求分析說明書提出了基本范圍 實施目標和功能等信息 供實施開發小組使用 1 4 參考資料參考資料 會議管理系統需求分析說明書 1 5 術語與縮寫解釋術語與縮寫解釋 縮寫 術語縮寫 術語解解 釋釋 級聯刪除級聯刪除指當刪除某個實體時 將依附于它的實體一并刪除 如 某崗位屬 于某部門 刪除該部門的時候 連同該崗位一起刪除 1 6 系統環境系統環境 1 6 1 操作系統操作系統 平臺 Windows 7 環境 NET FrameWork 4 0 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 7 頁 共 77 頁 1 6 2 數據庫數據庫 SQL SERVER 2008 1 6 3 客戶端客戶端 平臺不限 環境 IE Firefox Chrome Opera 瀏覽器 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 8 頁 共 77 頁 2 系統模塊命名規范系統模塊命名規范 2 1 概述概述 設計 開發人員必須嚴格按照此套開發規范和標準 并落實到自己的開發木塊當中 命名規范包括 a 數據庫設計表名與表屬性名稱按照數據庫設計說明書命名 b 有關類及其屬性名定義 所有類及其屬性命名以類圖為準 c 方法中變量命名必須有對應的意義 在看到變量名的時候能大概知道是做什么的 編碼規范包括 a 所有命名設計必須遵照命名規范 b 在方法中定義變量時必須在方法開始的時候定義 并且按照類型有序排列 普通變量 按照類型大小 類變量 泛型變量 其他變量 c Model 層中只定義屬性 不存方法 BLL 層只存放每個方法的實現 Controller 層調用 BLL 層方法 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 9 頁 共 77 頁 3 對象設計對象設計 3 1 系統類圖結構 總體類圖 系統類圖結構 總體類圖 AddDep inout department Department int DeleteDep in num int int SearchDep in emp name string in dep name string List GetAllDep List UpdateDep inout department Department int B BL LL LD De ep pa ar rt tm me en nt t Dep id int Dep name string Emp id int Dep remark string Dep phone string D De ep pa ar rt tm me en nt t Job id int Job name string Dep id int Job Remarks string J Jo ob b AddJob inout job Job int DeleteJob in num int int SearchJob in dep id int in name string List GetAllJob List UpdateJob inout job Job int B BL LL LJ Jo ob b Emp id int Emp name string Emp psw string Emp sex char Emp address string Emp phone string Job id int Emp salary decimal Emp remarks string Emp isManager bool Emp age int Emp email string E Em mp pl lo oy ye ee e AddEmp inout employee Employee int DeleteEmp in nun int int SearchEmpByID in num int List SearchEmp in num int in name string in dep id int in job id int List GetAllEmp List UpdateEmp inout Eemployee Employee int ChangePwd int CheckLogin in employee Employee int B BL LL LE Em mp pl lo oy ye ee e Emp id int Pow id int A Al ll lo ot t SearchPow idByEmp id in emp id int List Allot inout powers List int B BL LL LA Al ll lo ot t Pow id int Pow name string Pow url string Pow father string Pow remarks string P Po ow we er r AddPow inout power Power int DeletePow in nun int int SearchPowByID in num int Power SearchPow in name string in Pow father string List GetAllPow List UpdatePow inout pow Power int B BL LL LP Po ow we er r Mee id int Mee name string Emp id int Roo id int Mee start datetime Mee stop datetime Mee remarks string Mee ordertime datetime Mee state int M Me ee et ti in ng g AddMee inout meeting Meeting int DeleteMee in num int int SearchMee in name string in start datetime in stop datetime List GetAllMee List UpdateMee inout meeting Meeting int SearchMeeByID in num int Meeting CompareByStart in emp id List List CompareByStop in emp id List List SearchMeeByRoo id in Roo id int List SearchOrderMee in mee id int List B BL LL LM Me ee et ti in ng g Emp id int Mee id int J Jo oi in n AddJoin inout emp mee List int SearchMee idByEmp id in emp id int List DeleteJoin in Emp id int in Mee id int int SearchEmp idByMee id in num int List B BL LL LJ Jo oi in n Doc id int Doc name string Doc url string Mee id int Doc remarks string Doc time datetime Doc type int Doc position string D Do oc cu um me en nt t AddDocument inout document Document int SearchDocByMee id in num int List DeleteDoc in num int int GetAllDoc List CheckDocOnline in num int in type int Document DownLoadDoc in num int in type int void B BL LL LD Do oc cu um me en nt t Roo id int Roo name string Roo number int Roo address string Mee phone string Roo remarks string M Me ee et ti in ng gR Ro oo om m AddMeetingRoom inout meetingroom MeetingRoom int GetAllMeetingRoom List DeleteMeetingRoom in num int int UpdateMeetingRoom inout metetingroom MeetingRoom int SearchRoomByID in num int MeetingRoom SearchRoom in name string in number int in start datetime in stop datetime List B BL LL LM Me ee et ti in ng gR Ro oo om m Equ id int Equ name string Equ use string Equ date datetime Equ price decimal Equ state int Equ type string Equ remarks string E Eq qu ui ip pm me en nt t AddEqu inout equipment Equipment int UpdateEqu inout equipment Equipment int DeleteEquByName in name string int DeleteEquById in num int ActionResult GetAllEqu List SearchEqu in name string in kind string in state int List SearchEquByName in name string List SearchEquToAllot in Mee id int List B BL LL LE Eq qu ui ip pm me en nt t Mee id int Equ id int n ne ee ed d AddNeed in needs List int DeleteNeed in Mee id int int DeleteNeed in Equ id int int SearchMee idByEqu id in num int List B BL LL LN Ne ee ed d Roo id int Equ id int E Eq qu u R Ro oo om m AddEqu Roo in Roo id int in Equ id int int DeleteEqu in name string in room id int int B BL LL LE Eq qu u R Ro oo om m 1 1 1 1 1 1 1 1 Create ActionResult Create in d Department ActionResult Details in departments null List ActionResult Edit in num int ActionResult Edit in d Department ActionResult Delete in num int ActionResult Details in fc FormCollection ActionResult D De ep pa ar rt tm me en nt tC Co on nt tr ro ol ll le er r Create ActionResult Create in d Job ActionResult Details in job null List ActionResult Edit in num int ActionResult Edit in j Job ActionResult Delete in num int ActionResult Details in fc FormCollection ActionResult J Jo ob bC Co on nt tr ro ol ll le er r Create ActionResult Create in e Employee ActionResult Details in employees null List ActionResult Edit in num int ActionResult Edit in e List ActionResult Delete in num int ActionResult Details in fc FormCollection ActionResult Changepwd in emp id int ActionResult E Em mp pl lo oy ye ee eC Co on nt tr ro ol ll le er r Details inout list meeting List ActionResult A An nn no ou un nc ce em me en nt tC Co on nt tr ro ol ll le er r CreateMeeting in room id int ActionResult CreateMeeting in meeting Meeting in doc url string ActionResult DetailsMeeting in room id int ActionResult EditMeeting in num int ActionResult EditMeeting in mee Meeting ActionResult DeleteMeeting in num int ActionResult Mee Details in mee id int ActionResult DetailsOrderedMee in ms null List ActionResult DetailsMeeState in emp id int in type int ActionResult CreateDoc ActionResult CreateDoc in doc Document ActionResult M Me ee et ti in ng gC Co on nt tr ro ol ll le er r Create ActionResult Create in rooms MeetingRoom ActionResult Details in rooms null List ActionResult Details in fc FormCollection ActionResult Edit in num int ActionResult Edit in room MeetingRoom ActionResult Delete in num int ActionResult M Me ee et ti in ng gR Ro oo om mC Co on nt tr ro ol ll le er r Create ActionResult Create in equipment Equipment ActionResult Details in equipments null List ActionResult Details in fc FormCollection ActionResult Edit in name string ActionResult Edit in equipment Equipment ActionResult Delete in name string ActionResult E Eq qu ui ip pm me en nt tC Co on nt tr ro ol ll le er r Create ActionResult Create in pow Power ActionResult Details in pows null List ActionResult Details in fc FormCollection ActionResult Edit in num int ActionResult Edit in pows Power ActionResult Delete in num int ActionResult P Po ow wC Co on nt tr ro ol ll le er r Allot in employees null ActionResult ActionResult Allot in fc FormCollection ActionResult DetailsAllot in emp id int ActionResult Details ActionResult UpdateAllot in emp id int ActionResult UpdateAllot in fc FormCollection ActionResult A Al ll lo ot tC Co on nt tr ro ol ll le er r LogOn ActionResult LogOn in employee Employee ActionResult L Lo og gi in nC Co on nt tr ro ol ll le er r 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 10 頁 共 77 頁 3 2 關鍵類定義關鍵類定義 3 2 1 信息管理 關系類圖 信息管理 關系類圖 Emp id int Emp name string Emp psw string Emp sex char Emp address string Emp phone string Job id int Emp salary decimal Emp remarks string Emp isManager bool Emp age int Emp email string E Em mp pl lo oy ye ee e AddEmp inout employee Employee int DeleteEmp in nun int int SearchEmpByID in num int List SearchEmp in num int in name string in dep id int in job id int List GetAllEmp List UpdateEmp inout Eemployee Employee int ChangePwd int CheckLogin in employee Employee int B BL LL LE Em mp pl lo oy ye ee e Mee id int Mee name string Emp id int Roo id int Mee start datetime Mee stop datetime Mee remarks string Mee ordertime datetime Mee state int M Me ee et ti in ng g AddMee inout meeting Meeting int DeleteMee in num int int SearchMee in name string in start datetime in stop datetime List GetAllMee List UpdateMee inout meeting Meeting int SearchMeeByID in num int Meeting CompareByStart in num List List CompareByStop in num List List SearchMeeByRoo id in Roo id int List B BL LL LM Me ee et ti in ng g Emp id int Mee id int J Jo oi in n AddJoin inout emp mee Job int SearchMee idByEmp id in emp id int List DeleteJoin in Emp id int in Mee id int int SearchEmp idByMee id in num int List B BL LL LJ Jo oi in n Doc id int Doc name string Doc url string Mee id int Doc remarks string Doc time datetime Doc type int Doc position string D Do oc cu um me en nt t AddDocument inout document Document int SearchDocByMee id in num int List DeleteDoc in num int int GetAllDoc List CheckDocOnline in num int Document DownLoadDoc in num int void B BL LL LD Do oc cu um me en nt t Roo id int Roo name string Roo number int Roo address string Mee phone string Roo remarks string M Me ee et ti in ng gR Ro oo om m AddMeetingRoom inout meetingroom MeetingRoom int GetAllMeetingRoom List DeleteMeetingRoom in num int int UpdateMeetingRoom inout metetingroom MeetingRoom int SearchRoomByID in num int MeetingRoom SearchRoom in name string in number int in start datetime in stop datetime List B BL LL LM Me ee et ti in ng gR Ro oo om m 1 1 Create ActionResult Create in e Employee ActionResult Details in employees null List ActionResult Edit in num int ActionResult Edit in e List ActionResult Delete in num int ActionResult Details in fc FormCollection ActionResult Changepwd in emp id int ActionResult E Em mp pl lo oy ye ee eC Co on nt tr ro ol ll le er r Details inout list meeting List ActionResult A An nn no ou un nc ce em me en nt tC Co on nt tr ro ol ll le er r CreateMeeting in room id int ActionResult CreateMeeting in meeting Meeting in doc url string ActionResult DetailsMeeting in room id int ActionResult EditMeeting in num int ActionResult EditMeeting in mee Meeting ActionResult DeleteMeeting in num int ActionResult Mee Details in mee id int ActionResult DetailsOrderedMee in ms null List ActionResult DetailsMeeState in emp id int in type int ActionResult CreateDoc ActionResult M Me ee et ti in ng gC Co on nt tr ro ol ll le er r 3 2 1 1描述 功能描述描述 功能描述 信息管理包含修改個人信息 查看公告欄功能 針對用戶為普通用戶 需要用戶狀態為登 錄狀態 與此功能塊有關的類 E m p l o y e e E m p l o y e e C o n t r o l l e r B L L E m p l o y e e D o c u m e n t M e e t i n g R o o m A n n o u n c e m e n t C o n t r o l l e r M e e t i n g M e e t i n g C o n t r o l l e r M e e t i n g R o o m C o n t r o l l e r B L L D o c u m e n t B L L M e e t i n g B L L M e e t i n g R o o m 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 11 頁 共 77 頁 3 2 1 2邏輯時序圖邏輯時序圖 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 12 頁 共 77 頁 3 2 2 預約管理 普通員工 預約管理 普通員工 關系類圖 關系類圖 Emp id int Emp name string Emp psw string Emp sex char Emp address string Emp phone string Job id int Emp salary decimal Emp remarks string Emp isManager bool Emp age int Emp email string E Em mp pl lo oy ye ee e AddEmp inout employee Employee int DeleteEmp in nun int int SearchEmpByID in num int List SearchEmp in num int in name string in dep id int in job id int List GetAllEmp List UpdateEmp inout Eemployee Employee int ChangePwd int CheckLogin in employee Employee int B BL LL LE Em mp pl lo oy ye ee e Mee id int Mee name string Emp id int Roo id int Mee start datetime Mee stop datetime Mee remarks string Mee ordertime datetime Mee state int M Me ee et ti in ng g AddMee inout meeting Meeting int DeleteMee in num int int SearchMee in name string in start datetime in stop datetime List GetAllMee List UpdateMee inout meeting Meeting int SearchMeeByID in num int Meeting CompareByStart in num List List CompareByStop in num List List SearchMeeByRoo id in Roo id int List B BL LL LM Me ee et ti in ng g AddJoin inout emp mee Job int SearchMee idByEmp id in emp id int List DeleteJoin in Emp id int in Mee id int int SearchEmp idByMee id in num int List B BL LL LJ Jo oi in n Doc id int Doc name string Doc url string Mee id int Doc remarks string Doc time datetime Doc type int Doc position string D Do oc cu um me en nt t AddDocument inout document Document int SearchDocByMee id in num int List DeleteDoc in num int int GetAllDoc List CheckDocOnline in num int Document DownLoadDoc in num int void B BL LL LD Do oc cu um me en nt t Roo id int Roo name string Roo number int Roo address string Mee phone string Roo remarks string M Me ee et ti in ng gR Ro oo om m AddMeetingRoom inout meetingroom MeetingRoom int GetAllMeetingRoom List DeleteMeetingRoom in num int int UpdateMeetingRoom inout metetingroom MeetingRoom int SearchRoomByID in num int MeetingRoom SearchRoom in name string in number int in start datetime in stop datetime List B BL LL LM Me ee et ti in ng gR Ro oo om m 1 1 Create ActionResult Create in e Employee ActionResult Details in employees null List ActionResult Edit in num int ActionResult Edit in e List ActionResult Delete in num int ActionResult Details in fc FormCollection ActionResult Changepwd in emp id int ActionResult E Em mp pl lo oy ye ee eC Co on nt tr ro ol ll le er r CreateMeeting in room id int ActionResult CreateMeeting in meeting Meeting in doc url string ActionResult DetailsMeeting in room id int ActionResult EditMeeting in num int ActionResult EditMeeting in mee Meeting ActionResult DeleteMeeting in num int ActionResult Mee Details in mee id int ActionResult DetailsOrderedMee in ms null List ActionResult DetailsMeeState in emp id int in type int ActionResult CreateDoc ActionResult M Me ee et ti in ng gC Co on nt tr ro ol ll le er r 3 2 2 1描述 功能描述描述 功能描述 預約管理包含預約會議以及管理已預約會議 與此功能塊有關的類 E m p l o y e e E m p l o y e e C o n t r o l l e r B L L E m p l o y e e B L L J o i n J o i n D o c u m e n t B L L M e e t i n g M e e t i n g M e e t i n g C o n t r o l l e r B L L D o c u m e n t 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 13 頁 共 77 頁 3 2 2 2邏輯時序圖邏輯時序圖 會議管理系統概要設計說明書會議管理系統概要設計說明書內部文檔 第 14 頁 共 77 頁 3 2 3 會議管理 普通員工 會議管理 普通員工 關系類圖 關系類圖 Emp id int Emp name string Emp psw string Emp sex char Emp address string Emp phone string Job id int Emp salary decimal Emp remarks string Emp isManager bool Emp age int Emp email string E Em mp pl lo oy ye ee e AddEmp inout employee Employee int DeleteEmp in nun int int SearchEmpByID in num int List SearchEmp in num int in name string in dep id int in job id int List GetAllEmp List UpdateEmp inout Eemployee Employee int ChangePwd int CheckLogin in employee Employee int B BL LL LE Em mp pl lo oy ye ee e Mee id int Mee name string Emp id int Roo id int Mee start datetime Mee stop datetime Mee remarks string Mee ordertime datetime Mee state int M Me ee et ti in ng g AddMee inout meeting Meeting int DeleteMee in num int int SearchMee in name string in start datetime in stop datetime List GetAllMee List UpdateMee inout meeting Meeting int SearchMeeByID in num int Meeting CompareByStart in num List List CompareByStop in num List List SearchMeeByRoo id in Roo id int List B BL LL LM Me ee et ti in ng g AddJoin inout emp mee Job int SearchMee idByEmp id in emp id int List DeleteJoin in Emp id int in Mee id int int SearchEmp idByMee id in num int List B BL LL LJ Jo oi in n Doc id int Doc name string Doc url string Mee id int Doc remarks string Doc time datetime Doc type int Doc position string D Do oc cu um me en nt t AddDocument inout document Document int SearchDocByMee id in num int List DeleteDoc in num int int GetAllDoc List Che
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年安徽省高考化學試卷真題(含答案解析)
- 環境災害應急響應與救援重點基礎知識點歸納
- 炸雞店的網紅菜品
- 中式快餐的文化傳承與風味傳統
- 肯德基炸雞的特色菜品
- 元旦的風俗國潮風與幼兒故事
- 護理中的衛生與清潔
- 護理實踐中的衛生與健康管理
- 肯德基 忠實顧客與忠誠度管理
- 保險公司獻愛心活動方案
- 贛價協〔2023〕9號江西省建設工程造價咨詢服務收費基準價
- DB3709-T 007-2022醫養結合機構老年人健康檔案管理規范
- DBJ53T-19-2007加芯攪拌樁技術規程
- (新版)舟艇駕駛理論考試題庫500題(單選、判斷題)
- 26個英語字母書寫標準練習A4打印
- 教學課件 金屬學與熱處理-崔忠圻
- (高職)統計學原理(第七版)電子課件教學PPT(完整版)
- 中華傳統文化教育學生學習能力評價量化表
- 常見疾病國際ICD—10編碼參考模板
- DLT 596-2021 電力設備預防性試驗規程
- 內分泌系統疾病病例分析
評論
0/150
提交評論