22
schangxiang@126.com
2025-05-04 afc28acd440fec723ceb22d55600bbd2754e8e23
Weben_CMSרÓôúÂëÉú³ÉÆ÷/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 = "";