222
schangxiang@126.com
2025-05-06 ec6c45cc1d95f8095bc823bc6af9b65678ca579e
Weben_CMS专用代码生成器/Code/Generate/AppService/AppService_Generate.cs
@@ -42,7 +42,14 @@
            }
            str = str.Replace("$UpdateAttributesForCheckCreateOrUpdateDtoAsync$", attrString);
            attrString = "";
            for (int i = 0; i < newColumnNameList.Count; ++i)
            {
                attrString += StructStrHelper.GenerateAttribute_AppService_ImportAsync(newColumnNameList[i], param);
            }
            str = str.Replace("$AppService_ImportAsync$", attrString);
            return str;
        }
    }