| | |
| | | str = str.Replace("$Modulelogo$", param.Modulelogo);//模åç®å |
| | | str = str.Replace("$EntityInstanceName$", param.EntityInstanceName);//å®ä¾å |
| | | |
| | | //å¦æä¸ºç©ºï¼ç³»ç»é»è®¤ææå符串çå±ç¤ºåæ¥è¯¢ |
| | | var str_LikeQueryAttrs = param.LikeQueryAttrs; |
| | | var str_LikeQueryAttrsName = param.LikeQueryAttrsName; |
| | | if (string.IsNullOrEmpty(param.LikeQueryAttrs)) |
| | | { |
| | | str_LikeQueryAttrs = StructStrHelper.Get_LikeQueryAttrs(param.ColumnNameList, param); |
| | | str_LikeQueryAttrsName = StructStrHelper.Get_LikeQueryAttrsName(param.ColumnNameList, param); |
| | | } |
| | | str = str.Replace("$LikeQueryAttrs$", str_LikeQueryAttrs); |
| | | str = str.Replace("$LikeQueryAttrsName$", str_LikeQueryAttrsName); |
| | | |
| | | str = str.Replace("$ValidateRepeatName$", param.ValidateRepeatName); |
| | | str = str.Replace("$DeleteAlertAttr$", param.DeleteAlertAttr); |
| | | str = str.Replace("$OrderBy$", param.OrderBy); |
| | | |
| | | } |
| | | |
| | | /// <summary> |