schangxiang@126.com
2025-05-17 92192c10a7a4d97f01f77e759ce264f39be2db5f
Weben_CMS专用代码生成器/Code/Templete/Controller模板.txt
@@ -124,7 +124,7 @@
                UserId = _currentUser.UserId
            };
            //return _wmsMaterialAppService.DeleteAsync(id,myCurrentUser);//閫昏緫鍒犻櫎
            return _wmsMaterialAppService.DeletePermanentlyAsync(id, myCurrentUser);//鐗╃悊鍒犻櫎
            return _$EntityInstanceName$AppService.DeletePermanentlyAsync(id, myCurrentUser);//鐗╃悊鍒犻櫎
        }
        /// <summary>
@@ -142,7 +142,7 @@
                UserId = _currentUser.UserId
            };
            // return _wmsMaterialAppService.DeleteManyAsync(ids,myCurrentUser);//閫昏緫鍒犻櫎
            return _wmsMaterialAppService.BatchDeletePermanentlyAsync(ids, myCurrentUser);//鐗╃悊鍒犻櫎
            return _$EntityInstanceName$AppService.BatchDeletePermanentlyAsync(ids, myCurrentUser);//鐗╃悊鍒犻櫎
        }
        /// <summary>