版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領
文檔簡介
數(shù)據(jù)庫員工工資管理系統(tǒng)概述成績評定表學生姓名田雯班級學號專業(yè)電子信息科學與技術課程設計題目員工工資管理系統(tǒng)評語組長簽字:成績?nèi)掌?月日課程設計任務書學院信息科學與工程學院專業(yè)電子信息科學與技術學生姓名田雯班級學號課程設計題目員工工資管理系統(tǒng)實踐教學要求與任務:設計目的學生根據(jù)所學的數(shù)據(jù)庫原理與程序設計的知識,能夠針對一個小型的數(shù)據(jù)庫管理系統(tǒng),進行系統(tǒng)的需求分析,系統(tǒng)設計,數(shù)據(jù)庫設計,編碼,測試等,完成題目要求的功能,從而達到掌握開發(fā)一個小型數(shù)據(jù)庫的目的。設計內(nèi)容設計一個小型的員工工資管理系統(tǒng),提供的信息包括:員工基本信息:用于員工基本信息的管理,包括:員工號,工種號,工種名稱,基本工資和部門。員工工資基本信息:用于核對員工當月的工資,包括:員工號,工資,基本工資,獎金,工種號,總工資。員工津貼信息:用于員工當月所得及所扣津貼的管理,包括:員工號,加班時間,加班費用,誤工數(shù),誤工費。員工補助信息:用于員工當月所得補助的管理,包括工種號,取暖補助,衛(wèi)生補助,煤氣補助,住房補助。所設計的工資管理系統(tǒng)應該實現(xiàn)對員工基本信息的添加、刪除和修改以及對工資基本信息,津貼信息和補助信息的查詢和刪除。工作計劃與進度安排講解設計內(nèi)容及要求3月23(1-4節(jié))編寫程序代碼3月24(1-4節(jié))程序測試及調(diào)試3月24(5-8節(jié))答辯驗收3月31(1-4節(jié))指導教師:沈紅年3月日專業(yè)負責人:年3月日學院教學副院長:年3月日TOC\o"1-3"\h\u目錄106151.概述 4134871.1設計背景 4197521.2設計目的 44611.3設計內(nèi)容 593122.需求分析 528302.1功能分析 5317462.2工作流圖 5188452.3數(shù)據(jù)字典 543702.3.1管理員用戶表 6135212.3.2員工信息表 6313382.3.3員工工資信息表 6311192.3.4津貼管理表 794762.3.5員工補助表 776543.概念模型分析 781083.1管理員用戶表E-R圖 7313703.2員工信息表E-R圖 864163.3員工工資信息表E-R圖 82723.4津貼管理表E-R圖 9193383.5員工補助表E-R圖 9156414.邏輯設計 9112994.1關系圖 10122424.2視圖 1078235.源代碼及運行結果截圖 11246865.1登錄界面 11159295.1.1代碼: 11202855.1.2截圖: 13326235.2主窗體 14288925.2.1代碼: 14252145.2.2截圖: 1661555.3查詢界面 168885.3.1代碼: 16232055.3.2截圖: 1840165.4工資查詢界面 18276585.4.1代碼: 1889505.4.2截圖: 1979275.5津貼查詢界面 21313845.5.1代碼: 21298295.5.2截圖: 23180555.6補助查詢界面 25153615.6.1代碼: 25305815.6.2截圖: 27180555.7顯示所有界面 27153615.7.1代碼: 27254485.7.2截圖: 29220815.8添加員工界面 30186405.8.1代碼: 30138985.8.2截圖 3255615.9刪除員工界面 3377025.9.1代碼: 33212945.9.2截圖: 35170955.10修改界面 3669215.10.1代碼: 36251035.10.2截圖: 3937896.總結 40285627.參考文獻 40員工工資管理系統(tǒng)1.概述1.1設計背景隨著計算機技術的飛速發(fā)展和經(jīng)濟體制改革的不斷深入,傳統(tǒng)企業(yè)管理方法、手段以及工作效率已不能適應新的發(fā)展需要,無法很好地完成員工工資管理工作。提高公司企業(yè)管理水平的主要途徑是更新管理者的思想,增強對管理活動的科學認識?;贑#與SQLserver數(shù)據(jù)庫技術建立一個職工工資管理系統(tǒng),該系統(tǒng)提供了查詢、增加記錄、刪除等功能,功能比較齊全,基本上能滿足管理員和公司的要求。1.2設計目的(1)強化和鞏固理論基礎,掌握數(shù)據(jù)庫編程的基本技巧;(2)要求用C#語言或其它語言及相應開發(fā)環(huán)境,實現(xiàn)一個小型完整程序的設計與開發(fā);(3)鞏固深化所學課程的知識,培養(yǎng)學生運用知識,分析和解決實際問題的能力。1.3設計內(nèi)容進行需求分析,編寫數(shù)據(jù)字典。設計E-R圖。實現(xiàn)新進員工的數(shù)據(jù)錄入以及對員工信息的刪除和修改。實現(xiàn)對所有員工的工資、津貼、補助的查詢。2.需求分析2.1功能分析該通用工資管理系統(tǒng)具備下列功能:管理員經(jīng)過輸入用戶名和密碼進入該系統(tǒng)后,能夠進行一些基本查詢(員工工資信息查詢、員工津貼信息查詢、員工補助信息查詢)、員工信息管理(添加、刪除、修改員工信息)。具體功能的詳細描述如下:用戶名和密碼即可進入主窗體,在其中選擇要進行的操作。點擊[進入查詢界面]功能窗體,選擇要查詢的內(nèi)容。點擊[工資查詢界面]功能窗體,輸入員工號即可查詢員工工資信息。點擊[津貼查詢界面]功能窗體,輸入員工號即可查詢員工津貼信息。點擊[補助查詢界面]功能窗體,輸入工種號即可查詢員工補助信息。點擊[添加員工數(shù)據(jù)]功能窗體,輸入員工號和基本工資,點擊快速添加即可添加員工。點擊[修改員工數(shù)據(jù)]功能窗體,輸入員工號即可修改員工信息表中的數(shù)據(jù)。點擊[刪除員工數(shù)據(jù)]功能窗體,輸入員工號或工種號,選擇想要刪除的選項,即可刪除對應表中的員工數(shù)據(jù)。點擊[返回登錄界面]功能窗體,即可返回到最初的登錄界面2.2工作流圖操作數(shù)據(jù)庫登錄用戶登錄信息尋找信息錯誤信息返回信息操作數(shù)據(jù)庫登錄用戶2.3數(shù)據(jù)字典數(shù)據(jù)庫由以下五個數(shù)據(jù)表組成:第一個是管理員用戶表,第二個是員工信息表,第三個是員工工資信息表,第四個是津貼管理表,第五個是員工補助表,下面設計它們的具體字段。2.3.1管理員用戶表2.3.2員工信息表2.3.3員工工資信息表2.3.4津貼管理表2.3.5員工補助表3.概念模型分析密碼用戶用戶號3.1管理員用戶表E-R圖密碼用戶用戶號管理員用戶表管理員用戶表3.2員工信息表E-R圖員工信息表工種號工種名稱工種號部門基本工資3.3員工工資信息表E-R圖員工工資信息表員工工資信息表員工號工資總工資獎金基本工資工種號3.4津貼管理表E-R圖津貼管理表員工號加班時間誤工數(shù)誤工費加班費用3.5員工補助表E-R圖員工補助表工種號取暖補助衛(wèi)生補助煤氣補助住房補助4.邏輯設計根據(jù)上面概念結構設計階段得到的E-R圖,下一步應該將它轉化為關系模型。能夠得到對應的關系模式為:管理員用戶表(用戶號,用戶,密碼)員工信息表(員工號,工種號,工種名稱,基本工資,部門)員工工資信息表(員工號,工資,基本工資,獎金,工種號,總工資)津貼管理表(員工號,加班時間,加班費用,誤工數(shù),誤工費)員工補助表(工種號,取暖補助,衛(wèi)生補助,煤氣補助,住房補助)4.1關系圖4.2視圖5.源代碼及運行結果截圖5.1登錄界面5.1.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass登錄:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public登錄(){InitializeComponent();}privatevoid登錄_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){Stringstrsql=string.Format("selectcount(*)from管理員用戶表where用戶='{0}'and密碼='{1}'",textBox1.Text.ToString(),textBox2.Text.ToString());connection.Open();SqlCommandcd=newSqlCommand(strsql,connection);intcount1=(int)cd.ExecuteScalar();try{if(count1>0){MessageBox.Show("歡迎登錄!");主窗體cx=new主窗體();cx.ShowDialog();this.Visible=false;}else{MessageBox.Show("密碼錯誤");}}catch{MessageBox.Show("數(shù)據(jù)庫連接失敗");}finally{connection.Close();}}privatevoidbutton2_Click(objectsender,EventArgse){this.Close();}}}5.1.2截圖:5.2主窗體5.2.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass主窗體:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public主窗體(){InitializeComponent();}privatevoidForm2_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){connection.Open();this.Hide();查詢界面cx=new查詢界面();cx.ShowDialog();}privatevoidbutton2_Click_1(objectsender,EventArgse){connection.Open();this.Hide();顯示所有界面cx=new顯示所有界面();cx.ShowDialog();}privatevoidbutton3_Click_1(objectsender,EventArgse){connection.Open();this.Hide();添加員工界面cx=new添加員工界面();cx.ShowDialog();}privatevoidbutton4_Click(objectsender,EventArgse){connection.Open();this.Hide();刪除員工界面cx=new刪除員工界面();cx.ShowDialog();}privatevoidbutton6_Click(objectsender,EventArgse){connection.Open();this.Hide();登錄cx=new登錄();cx.ShowDialog();}privatevoidbutton5_Click(objectsender,EventArgse){connection.Open();this.Hide();修改界面cx=new修改界面();cx.ShowDialog();}}}5.2.2截圖:5.3查詢界面5.3.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass查詢界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public查詢界面(){InitializeComponent();}privatevoidbutton1_Click(objectsender,EventArgse){connection.Open();this.Hide();工資查詢界面cx=new工資查詢界面();cx.ShowDialog();}privatevoidbutton2_Click_1(objectsender,EventArgse){connection.Open();this.Hide();津貼查詢界面cx=new津貼查詢界面();cx.ShowDialog();}privatevoidbutton3_Click_1(objectsender,EventArgse){connection.Open();this.Hide();補助查詢界面cx=new補助查詢界面();cx.ShowDialog();}privatevoid查詢界面_Load(objectsender,EventArgse){}privatevoidbutton4_Click(objectsender,EventArgse){connection.Open();this.Hide();主窗體cx=new主窗體();cx.ShowDialog();}}}5.3.2截圖:5.4工資查詢界面5.4.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass工資查詢界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public工資查詢界面(){InitializeComponent();}privatevoidForm3_Load(objectsender,EventArgse){}privatevoiddataGridView1_CellContentClick(objectsender,DataGridViewCellEventArgse){}privatevoidbutton2_Click(objectsender,EventArgse){this.Hide();查詢界面cx=new查詢界面();cx.ShowDialog();}privatevoidbutton1_Click(objectsender,EventArgse){try{connection.Open();SqlConnectionconnction=newSqlConnection();SqlDataAdapterad=newSqlDataAdapter("USE職工工資管理系統(tǒng)SELECT員工號,工資,基本工資,獎金,工種號,總工資FROM員工工資信息表where員工號='"+textBox1.Text+"'",connection);DataSetds=newDataSet();ad.Fill(ds,"員工工資信息表");dataGridView1.DataSource=ds.Tables["員工工資信息表"];connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}finally{}}}}5.4.2截圖:5.5津貼查詢界面5.5.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass津貼查詢界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public津貼查詢界面(){InitializeComponent();}privatevoiddataGridView1_CellContentClick(objectsender,DataGridViewCellEventArgse){}privatevoidForm4_Load(objectsender,EventArgse){}privatevoiddataGridView1_CellContentClick_2(objectsender,DataGridViewCellEventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){try{connection.Open();SqlConnectionconnction=newSqlConnection();SqlDataAdapterad1=newSqlDataAdapter("USE職工工資管理系統(tǒng)SELECT員工號,加班時間,加班費用,誤工數(shù),誤工費FROM津貼管理表where員工號='"+textBox1.Text+"'",connection);DataSetds1=newDataSet();ad1.Fill(ds1,"津貼管理表");dataGridView1.DataSource=ds1.Tables["津貼管理表"];connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}finally{}}privatevoidbutton2_Click(objectsender,EventArgse){this.Hide();查詢界面cx=new查詢界面();cx.ShowDialog();}}}5.5.2截圖:5.6補助查詢界面5.6.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass補助查詢界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public補助查詢界面(){InitializeComponent();}privatevoidForm8_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){try{connection.Open();SqlConnectionconnction=newSqlConnection();SqlDataAdapterad1=newSqlDataAdapter("USE職工工資管理系統(tǒng)SELECT工種號,取暖補助,衛(wèi)生補助,煤氣補助,住房補助FROM員工補助表where工種號='"+textBox1.Text+"'",connection);DataSetds2=newDataSet();ad1.Fill(ds2,"員工補助表");dataGridView1.DataSource=ds2.Tables["員工補助表"];connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}finally{}}privatevoidbutton2_Click(objectsender,EventArgse){this.Hide();查詢界面cx=new查詢界面();cx.ShowDialog();}}}5.6.2截圖:5.7顯示所有界面5.7.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass顯示所有界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public顯示所有界面(){InitializeComponent();}privatevoidForm7_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){Try{connection.Open();SqlDataAdapterad=newSqlDataAdapter("USE職工工資管理系統(tǒng)SELECT員工號,工資,基本工資,獎金,工種號,總工資FROM員工工資信息表",connection);DataSetds=newDataSet();ad.Fill(ds);DataTabletable=ds.Tables[0];dataGridView1.DataSource=table;}catch(Exceptionce){MessageBox.Show(ce.Message);}Finally{}}privatevoidbutton2_Click(objectsender,EventArgse){this.Hide();主窗體cx=new主窗體();cx.ShowDialog();}}}5.7.2截圖:5.8添加員工界面5.8.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass添加員工界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public添加員工界面(){InitializeComponent();}privatevoidForm5_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){string員工號=textBox1.Text.Trim();string基本工資=textBox2.Text.Trim();SqlConnectionconnection=newSqlConnection();connection.ConnectionString=connString;try{connection.Open();stringsql=string.Format("insertinto員工信息表(員工號,基本工資)values('{0}',{1})",textBox1.Text.ToString(),textBox2.Text.ToString());SqlCommandcd=newSqlCommand(sql,connection);cd.ExecuteNonQuery();MessageBox.Show("添加成功!");}catch(Exceptione2){MessageBox.Show(e2.Message);}}privatevoidbutton2_Click(objectsender,EventArgse){this.Hide();主窗體cx=new主窗體();cx.ShowDialog();}}}5.8.2截圖5.9刪除員工界面5.9.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass刪除員工界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public刪除員工界面(){InitializeComponent();}privatevoidForm6_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){try{connection.Open();stringsql=string.Format("deletefrom職工工資信息表where員工號='{0}'",textBox1.Text.ToString());SqlCommandcmd=newSqlCommand(sql,connection);cmd.ExecuteNonQuery();MessageBox.Show("刪除成功");connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}finally{}}privatevoidbutton2_Click(objectsender,EventArgse){try{//SqlConnectionconnection=newSqlConnection();connection.Open();SqlCommandcmd=newSqlCommand();cmd.CommandText="deletefrom津貼管理表where員工號="+this.textBox1.Text+"";cmd.Connection=connection;cmd.ExecuteNonQuery();MessageBox.Show("刪除成功");connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}}privatevoidbutton3_Click(objectsender,EventArgse){try{connection.Open();stringsql=string.Format("deletefrom員工補助表where工種號='{0}'",textBox1.Text.ToString());SqlCommandcmd=newSqlCommand(sql,connection);cmd.ExecuteNonQuery();MessageBox.Show("刪除成功");connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}finally{}}privatevoidbutton4_Click(objectsender,EventArgse){this.Hide();主窗體cx=new主窗體();cx.ShowDialog();}}}5.9.2截圖:刪除前:刪除后:5.10修改界面5.10.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass修改界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public修改界面(){InitializeComponent();}privatevoid修改界面_Load(objectsender,EventArg
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 單位管理制度呈現(xiàn)大全人事管理篇十篇
- 《行政職業(yè)能力測驗》2024年公務員考試尤溪縣臨考沖刺試卷含解析
- 八下期末考拔高測試卷(5)(解析版)
- 寒假自習課 25春初中道德與法治八年級下冊教學課件 第三單元 第五課 第2課時 基本政治制度
- 《皮外骨傷科病證》課件
- 鐵路線路設計合同三篇
- 服裝店衛(wèi)生消毒指南
- 幼兒園工作總結攜手陪伴成長無憂
- 餐飲行業(yè)助理工作總結
- 感恩父母演講稿錦集八篇
- 明細賬(三欄式)模板
- 正大天虹方矩管鍍鋅方矩管材質書
- 2024年山東魯商集團有限公司招聘筆試參考題庫含答案解析
- 妊娠劇吐伴酮癥護理查房課件
- 200#溶劑油安全技術說明書
- 單位洗車房管理制度
- 廣西壯族自治區(qū)欽州市浦北縣2022-2023學年七年級上學期期末英語試題
- 動力學全套課件
- 廣東省深圳市2022-2023學年六年級上學期語文期末試卷(含答案)6
- 2022-2023學年北京市海淀區(qū)高一(上)期末生物試卷(附答案詳解)
- 河南省出版物經(jīng)營許可證申請登記表
評論
0/150
提交評論