| | |
| | | this.tb_ChinaComment.Text = "ç©æåºç¡ä¿¡æ¯è¡¨";//ä¸ææ³¨é |
| | | this.tb_MenuName.Text = "ç©æä¿¡æ¯";//ä¸ææ³¨é |
| | | this.tb_PageMenuInstanceName.Text = "wmsMaterial"; |
| | | this.tb_CreatePerson.Text = "shaocx";//å建人 |
| | | this.tb_CreatePerson.Text = "";//å建人 |
| | | this.tb_EntityName.Text = "WmsMaterial";//å®ä½ç±»å |
| | | |
| | | this.tb_LikeQueryAttrs.Text = "'MaterialCode', 'MaterialName', 'Remark'"; |
| | |
| | | return; |
| | | } |
| | | //å¢å æ ¡éª |
| | | if (columnList.Where(x => x.ColumnName.ToUpper() == SystemCommonVar.c_creator.ToUpper()).Count() == 0) |
| | | { |
| | | MessageBox.Show($"è¡¨ä¸æ²¡æå段{SystemCommonVar.c_creator}ï¼"); |
| | | return; |
| | | } |
| | | //if (columnList.Where(x => x.ColumnName.ToUpper() == SystemCommonVar.c_creator.ToUpper()).Count() == 0) |
| | | //{ |
| | | // MessageBox.Show($"è¡¨ä¸æ²¡æå段{SystemCommonVar.c_creator}ï¼"); |
| | | // return; |
| | | //} |
| | | |
| | | |
| | | |
| | |
| | | //CreateModelFile(columnList, tableName, filePrefixName, wcf_NameSpacePath, createPerson, chinaComment, entityName, modulelogo); |
| | | //CreateModelParamFile(columnList, tableName, filePrefixName, wcf_NameSpacePath, createPerson, chinaComment, entityName, modulelogo); |
| | | genCodeRootPath = tbPath.Text + @"\" + tb_WCF_NameSpacePath.Text.Trim(); |
| | | |
| | | //æ¯å¦è¦äºå
æ¸
çæä»¶å¤¹ |
| | | if (this.ck_IsDeletefile.Checked) |
| | | { |
| | | FileHelper.ClearFolder(genCodeRootPath); // éå½å é¤ |
| | | } |
| | | |
| | | //var webFolerPath = (tb_WCF_NameSpacePath.Text.Trim() + "_Web").ToLower(); |
| | | var webFolerPath = _tb_VueRootFolerName; |
| | | #region å®ä½ç±» |
| | |
| | | { |
| | | this.tb_FilePath.Text = ""; |
| | | } |
| | | |
| | | private void ck_IsDeletefile_CheckedChanged(object sender, EventArgs e) |
| | | { |
| | | |
| | | } |
| | | } |
| | | } |