From afc28acd440fec723ceb22d55600bbd2754e8e23 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周日, 04 5月 2025 10:57:15 +0800 Subject: [PATCH] 22 --- Weben_CMS专用代码生成器/Code/MainForm.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.cs" "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.cs" index 577ca9b..6f5f4e2 100644 --- "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.cs" +++ "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.cs" @@ -27,13 +27,13 @@ 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(); @@ -144,12 +144,12 @@ } 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 = ""; -- Gitblit v1.9.3