| | |
| | | string filePrefixName = this.tb_FileName.Text.Trim();//æä»¶åç¼å |
| | | string modulelogo = this.tb_Modulelogo.Text.Trim();//模åç®å |
| | | |
| | | |
| | | string _tb_ValidateRepeatName = this.tb_ValidateRepeatName.Text.Trim();//ä¸ææ³¨é |
| | | if (_tb_ValidateRepeatName == "") |
| | | { |
| | | MessageBox.Show("请è¾å
¥ é夿§æ ¡éªå段ï¼"); |
| | | this.tb_ValidateRepeatName.Focus(); |
| | | return; |
| | | } |
| | | |
| | | string _tb_LikeQueryAttrsName = this.tb_LikeQueryAttrsName.Text.Trim();//ä¸ææ³¨é |
| | | if (_tb_LikeQueryAttrsName == "") |
| | | { |
| | |
| | | EntityName = entityName, |
| | | EntityInstanceName = tableAlias, |
| | | LikeQueryAttrs = _tb_LikeQueryAttrs, |
| | | LikeQueryAttrsName = _tb_LikeQueryAttrsName |
| | | LikeQueryAttrsName = _tb_LikeQueryAttrsName, |
| | | ValidateRepeatName = this.tb_ValidateRepeatName.Text |
| | | }; |
| | | //å¤çæä¸¾ç±»å |
| | | List<EnumModel> enumList = new List<EnumModel>(); |