| | |
| | | this.tb_OrderBy.Text = "ModifyTime";//æåºå段 |
| | | |
| | | this.tb_ProjectNamePrefix.Text = "Test"; |
| | | this.tb_TableName.Text = "scms_auditlogs";//表å |
| | | this.tb_WCF_NameSpacePath.Text = "WIP_";//WCF项ç®å½åç©ºé´ |
| | | this.tb_TableName.Text = "scms_wmsmaterials";//表å |
| | | this.tb_WCF_NameSpacePath.Text = "HIAWms";//WCF项ç®å½åç©ºé´ |
| | | this.tb_FileName.Text = "Xiangzi";//æä»¶åç¼å |
| | | this.tb_ChinaComment.Text = "表çä¸ææ³¨è§£";//ä¸ææ³¨é |
| | | this.tb_ChinaComment.Text = "ç©æåºç¡ä¿¡æ¯è¡¨";//ä¸ææ³¨é |
| | | this.tb_CreatePerson.Text = "shaocx";//å建人 |
| | | this.tb_EntityName.Text = "XiangziEntity";//å®ä½ç±»å |
| | | this.tb_EntityProName.Text = "xiangzi";//å®ä½ç±»å¯¹è±¡å |
| | | this.tb_EntityName.Text = "WmsMaterials";//å®ä½ç±»å |
| | | this.tb_EntityProName.Text = "_wmsMaterials";//å®ä½ç±»å¯¹è±¡å |
| | | |
| | | this.cmb_DataSource.DropDownStyle = ComboBoxStyle.DropDownList; |
| | | List<ListItem> itemList = CommonHelper.GetDataSources(); |
| | |
| | | } |
| | | |
| | | string groupName = this.tb_GroupName.Text.Trim(); |
| | | if (groupName == "") |
| | | { |
| | | MessageBox.Show("请è¾å
¥åç»åï¼"); |
| | | this.tb_GroupName.Focus(); |
| | | return; |
| | | } |
| | | //if (groupName == "") |
| | | //{ |
| | | // MessageBox.Show("请è¾å
¥åç»åï¼"); |
| | | // this.tb_GroupName.Focus(); |
| | | // return; |
| | | //} |
| | | |
| | | string addEntityParam = "Add" + modulelogo + "Param";//æ°å¢åæ°ç±»å |
| | | string str_generate = ""; |