| | |
| | | }); |
| | | } |
| | | } |
| | | else |
| | | { |
| | | if (!string.IsNullOrEmpty(str_enumList)) |
| | | { |
| | | var arr_single = str_enumList.Split('|'); |
| | | enumList.Add(new EnumModel() |
| | | { |
| | | EnumAttrName = arr_single[0], |
| | | EnumType = arr_single[1], |
| | | EnumTypeDesc = arr_single[2] |
| | | }); |
| | | } |
| | | } |
| | | param.EnumList = enumList; |
| | | |
| | | //鐢熸垚Model |
| | |
| | | { |
| | | var moule_str = tableName.Substring(index + 1, tableName.Length - index - 1); |
| | | this.tb_Modulelogo.Text = moule_str; |
| | | this.tb_EntityProName.Text = CommonHelper.TitleToLower(moule_str); |
| | | tb_PageMenuInstanceName.Text = this.tb_EntityProName.Text = CommonHelper.TitleToLower(moule_str); |
| | | } |
| | | else |
| | | { |
| | | this.tb_Modulelogo.Text = tableName; |
| | | this.tb_EntityProName.Text = CommonHelper.TitleToLower(tableName); |
| | | tb_PageMenuInstanceName.Text = this.tb_EntityProName.Text = CommonHelper.TitleToLower(tableName); |
| | | } |
| | | } |
| | | } |